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


In This Topic
    IsAuto Property
    In This Topic
    Gets whether or not the GridUnitType of the GridLength is GridUnitType.Auto.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsAuto As Boolean
    'Usage
     
    
    Dim instance As GridLength
    Dim value As Boolean
     
    value = instance.IsAuto
    public bool IsAuto {get;}
    See Also