Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridRow Class / Height Property


In This Topic
    Height Property (GridRow)
    In This Topic
    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