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


In This Topic
Bounds Property (GridCellView)
In This Topic
Syntax
'Declaration
 
Public ReadOnly Property Bounds As Xamarin.Forms.Rectangle
 
'Usage
 
Dim instance As GridCellView
Dim value As Xamarin.Forms.Rectangle
 
value = instance.Bounds
See Also