GridLength.IsAuto 속성

정의

GridLength가 보유하는 값의 크기가 콘텐츠 개체의 크기 속성에 따라 결정되는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

GridUnitType 속성이 Auto이면 true이고, 그렇지 않으면 false입니다.

설명

이 구조체는 WinRT (Windows 런타임) 구조체의 .net 프로젝션을 나타냅니다 GridLength . 자세한 내용은 UWP API 참조에서 Gridlength 를 참조 하세요.

적용 대상