C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1LinearGauge Class / Direction Property


In This Topic
Direction Property
In This Topic
Gets or sets the format string used for displaying the gauge values as text.
Syntax
'Declaration
 
Public Property Direction As LinearGaugeDirection
 
'Usage
 
Dim instance As C1LinearGauge
Dim value As LinearGaugeDirection
 
instance.Direction = value
 
value = instance.Direction
See Also