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


In This Topic
Rotation Property (C1RadialGauge)
In This Topic
Syntax
'Declaration
 
Public Property Rotation As Double
 
'Usage
 
Dim instance As C1RadialGauge
Dim value As Double
 
instance.Rotation = value
 
value = instance.Rotation
See Also