ComponentOne Xamarin.iOS
Height Property (GridRow)


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

Reference

GridRow Class
GridRow Members