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