ComponentOne Xamarin.Android
Face Property


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1Gauge Class : Face Property
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
public GaugeRange Face {get; set;}
See Also

Reference

C1Gauge Class
C1Gauge Members