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


In This Topic
    Star Property
    In This Topic
    A ready to reuse GridLength of GridUnitType.Star with a Value of 1.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property Star As GridLength
    'Usage
     
    
    Dim value As GridLength
     
    value = GridLength.Star
    public static GridLength Star {get;}
    Remarks
    If a Value other than 1 is needed with GridUnitType.Star, then use the constructor GridLength (value, GridUnitType.Star).
    See Also