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


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