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


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