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


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