Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridLength Structure / IsStar Property

In This Topic
    IsStar Property (GridLength)
    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
    public bool IsStar {get;}
    See Also