StackPanel.HasLogicalOrientation 속성

정의

StackPanel의 방향이 가로 또는 세로인지를 나타내는 값을 가져옵니다.

protected public:
 virtual property bool HasLogicalOrientation { bool get(); };
protected internal override bool HasLogicalOrientation { get; }
member this.HasLogicalOrientation : bool
Protected Friend Overrides ReadOnly Property HasLogicalOrientation As Boolean

속성 값

Boolean

이 속성은 항상 true를 반환합니다.

설명

이 속성은 항상 반환 true 때문에 StackPanel 세로 또는 가로 방향에 있어야 합니다.

적용 대상