Panel.LogicalOrientation 속성

정의

패널에서 1차원 레이아웃만 지원하는 경우 패널의 Orientation입니다.

protected public:
 virtual property System::Windows::Controls::Orientation LogicalOrientation { System::Windows::Controls::Orientation get(); };
protected internal virtual System.Windows.Controls.Orientation LogicalOrientation { get; }
member this.LogicalOrientation : System.Windows.Controls.Orientation
Protected Friend Overridable ReadOnly Property LogicalOrientation As Orientation

속성 값

Orientation

패널의 Orientation입니다. 이 속성에는 기본값이 없습니다.

설명

서브 클래스 Panel 이 속성을 재정의할 수 있습니다. 하는 경우 HasLogicalOrientationfalse,이 속성 값을 무시 해야 합니다.

적용 대상

추가 정보