Share via


GridLength.IsStar Property

Definition

Gets a value that indicates whether the GridUnitType of the GridLength is GridUnitType.Star.

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