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


In This Topic
    IsStar Property
    In This Topic
    Gets a value that indicates whether the GridUnitType of the GridLength is GridUnitType.Star.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsStar As Boolean
    'Usage
     
    
    Dim instance As GridLength
    Dim value As Boolean
     
    value = instance.IsStar
    public bool IsStar {get;}
    See Also