[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridLength.Star

Star Property

Star

A ready to reuse GridLength of GridUnitType.Star with a Value of 1.

Declaration
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).