C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.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 Xamarin.Forms.Color
 
'Usage
 
Dim instance As C1Gauge
Dim value As Xamarin.Forms.Color
 
instance.MinTextColor = value
 
value = instance.MinTextColor
See Also