GridLength.IsAbsolute Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die GridLength einen in Pixel ausgedrückten Wert enthält.

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

Eigenschaftswert

Boolean

true, wenn die GridUnitType-Eigenschaft Pixel ist, andernfalls false.

Gilt für

Siehe auch