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


In This Topic
    MaxHeight Property
    In This Topic
    Gets or sets the maximum height of the row.
    Syntax
    'Declaration
     
    
    Public Property MaxHeight As Double
    'Usage
     
    
    Dim instance As GridRow
    Dim value As Double
     
    instance.MaxHeight = value
     
    value = instance.MaxHeight
    public double MaxHeight {get; set;}
    See Also