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


In This Topic
Face Property
In This Topic
Gets the GaugeRange used to represent the gauge's overall geometry and appearance.
Syntax
'Declaration
 
Public Property Face As GaugeRange
 
'Usage
 
Dim instance As C1Gauge
Dim value As GaugeRange
 
instance.Face = value
 
value = instance.Face
See Also