C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1Gauge Class / FaceColor Property


In This Topic
FaceColor Property
In This Topic
Gets or sets the color of the face.
Syntax
'Declaration
 
Public Property FaceColor As Xamarin.Forms.Color
 
'Usage
 
Dim instance As C1Gauge
Dim value As Xamarin.Forms.Color
 
instance.FaceColor = value
 
value = instance.FaceColor
See Also