Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridLength Structure / Auto Property


In This Topic
    Auto Property
    In This Topic
    A ready to reuse GridLength of GridUnitType.Auto.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property Auto As GridLength
    'Usage
     
    
    Dim value As GridLength
     
    value = GridLength.Auto
    public static GridLength Auto {get;}
    Remarks
    Value has no meaning for GridLength of type GridUnitType.Auto.
    See Also