ScaleY Property (C1Gauge)
In This Topic
Syntax
'Declaration
Public Overridable Property ScaleY As Single
'Usage
Dim instance As C1Gauge
Dim value As Single
instance.ScaleY = value
value = instance.ScaleY
public virtual float ScaleY {get; set;}
See Also