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


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