Share via


GridLength.Star Field

Definition

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

public: static initonly Microsoft::Maui::GridLength Star;
public static readonly Microsoft.Maui.GridLength Star;
 staticval mutable Star : Microsoft.Maui.GridLength
Public Shared ReadOnly Star As GridLength 

Field Value

Remarks

If a Value other than 1 is needed with GridUnitType.Star, then use the constructor GridLength (value, GridUnitType.Star).

Applies to