ComponentOne Xamarin.iOS
MinRowHeight Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > FlexGrid Class : MinRowHeight Property
Gets or sets the minimum height of rows in the FlexGrid.
Syntax
'Declaration
 
<Foundation.ExportAttribute("MinRowHeight")>
<BrowsableAttribute(True)>
Public Property MinRowHeight As Double
'Usage
 
Dim instance As FlexGrid
Dim value As Double
 
instance.MinRowHeight = value
 
value = instance.MinRowHeight
[Foundation.Export("MinRowHeight")]
[Browsable(true)]
public double MinRowHeight {get; set;}
See Also

Reference

FlexGrid Class
FlexGrid Members