GridLength.IsAbsolute Propriété

Définition

Obtient une valeur qui indique si la GridLength valeur contient une valeur 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é

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