Share via


GridLength.IsAbsolute Property

Definition

Gets whether or not the GridUnitType of the GridLength is GridUnitType.Absolute.

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

Property Value

true if the GridUnitType of the GridLength is GridUnitType.Absolute

Applies to