C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridCellView Class / ScaleX Property


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