GridLength.IsAbsolute Propriété

Définition

Obtient une valeur qui indique si GridLength maintient une valeur qui est exprimée en pixels.

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

Valeur de propriété

Boolean

true si la propriété GridUnitType est Pixel ; 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 à