ComponentOne Xamarin.iOS
DefaultRowHeight Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > FlexGrid Class : DefaultRowHeight Property
Gets or sets the default height of the rows.
Syntax
'Declaration
 
Public Property DefaultRowHeight As GridLength
'Usage
 
Dim instance As FlexGrid
Dim value As GridLength
 
instance.DefaultRowHeight = value
 
value = instance.DefaultRowHeight
public GridLength DefaultRowHeight {get; set;}
See Also

Reference

FlexGrid Class
FlexGrid Members