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


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