다음을 통해 공유


GridLength.IsAuto 속성

정의

GridLength의 GridUnitType이 GridUnitType.Auto인지 여부를 가져옵니다.

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

속성 값

System.Boolean

GridLength의 GridUnitType이 GridUnitType.Auto이면 true입니다.

적용 대상