C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / MaxTextColor Property


In This Topic
MaxTextColor Property
In This Topic
Gets or sets the color of the maximum label.
Syntax
'Declaration
 
Public Property MaxTextColor As Nullable(Of Color)
 
'Usage
 
Dim instance As C1Gauge
Dim value As Nullable(Of Color)
 
instance.MaxTextColor = value
 
value = instance.MaxTextColor
See Also