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


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