GridLength.IsStar Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
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 les informations de référence sur l’API UWP.