GridLength.IsStar Propriété

Définition

Obtient une valeur qui indique si GridLength maintient une valeur qui est exprimée comme une proportion pondérée d'espace disponible.

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

Valeur de propriété

Boolean

true si la propriété GridUnitType est Star ; sinon, false.

Remarques

ce struct représente la projection .net du struct Windows Runtime (WinRT) GridLength . Pour plus d’informations, consultez GridLength dans la référence de l’API UWP.

S’applique à