C1.Blazor.GridControl Assembly / C1.Blazor.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
 
Remarks
If a Value other than 1 is needed with GridUnitType.Star, then use the constructor GridLength (value, GridUnitType.Star).
See Also