Share via


GridLength.IsStar Property

Definition

Gets a value indicating whether this GridLength uses Star (proportional) sizing.

public:
 property bool IsStar { bool get(); };
public bool IsStar { get; }
member this.IsStar : bool
Public ReadOnly Property IsStar As Boolean

Property Value

true if the GridUnitType of the GridLength is GridUnitType.Star

Applies to