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


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