Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / FlexGrid Class / MaxRowHeight Property


In This Topic
    MaxRowHeight Property
    In This Topic
    Gets or sets the maximum height of rows in the FlexGrid.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("MaxRowHeight")>
    <BrowsableAttribute(True)>
    Public Property MaxRowHeight As Double
    'Usage
     
    
    Dim instance As FlexGrid
    Dim value As Double
     
    instance.MaxRowHeight = value
     
    value = instance.MaxRowHeight
    [Foundation.Export("MaxRowHeight")]
    [Browsable(true)]
    public double MaxRowHeight {get; set;}
    See Also