ComponentOne Xamarin.Android
MinHeight Property (GridRow)


C1.Android.Grid Assembly > C1.Android.Grid Namespace > GridRow Class : MinHeight Property
Gets or sets the minimum height of the row.
Syntax
'Declaration
 
Public Property MinHeight As Double
'Usage
 
Dim instance As GridRow
Dim value As Double
 
instance.MinHeight = value
 
value = instance.MinHeight
public double MinHeight {get; set;}
See Also

Reference

GridRow Class
GridRow Members