C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1RadialGauge Class / IsReversed Property


In This Topic
IsReversed Property
In This Topic
Gets or sets a flag which indicates whether the radial gauge is reversed.
Syntax
'Declaration
 
Public Property IsReversed As Boolean
 
'Usage
 
Dim instance As C1RadialGauge
Dim value As Boolean
 
instance.IsReversed = value
 
value = instance.IsReversed
See Also