Search
TickLabel.Value Property
See Also
 






Gets the value associated with this label.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public Object Value { get; }

Visual Basic  Copy Code

Public ReadOnly Property Value As Object

 Property Value

An object displayed by the label.

 See Also