다음을 통해 공유


GridLength.IsAbsolute 속성

정의

GridLength가 픽셀 단위로 나타낸 값을 보유하는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

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

설명

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

적용 대상