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


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