Gets the value associated with this label.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public Object Value { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Value As Object |
An object displayed by the label.
See Also