GridLength.IsAuto Property

Definition

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

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

Property Value

true if the GridUnitType of the GridLength is GridUnitType.Auto

Applies to