ComponentOne Xamarin.iOS
MinHeight Property


C1.iOS.Grid Assembly > C1.iOS.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