C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridBase Class / ScaleX Property


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