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


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