GridLength.IsAbsolute Property

Definition

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

public bool IsAbsolute { get; }
member this.IsAbsolute : bool

Property Value

true if the GridUnitType of the GridLength is GridUnitType.Absolute

Applies to