GridLength.IsAbsolute Proprietà

Definizione

Ottiene un valore che indica se GridLength utilizza un valore espresso in pixel.

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

Valore della proprietà

Boolean

true se la proprietà GridUnitType è Pixel; in caso contrario, false.

Commenti

Questo struct rappresenta la proiezione .NET dello struct Windows Runtime GridLength (WinRT). Per altre informazioni, vedi GridLength nelle informazioni di riferimento sull'API UWP.

Si applica a