C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1LinearGauge Class / ScaleY Property


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