VirtualizingStackPanel.Orientation 속성

정의

누적된 콘텐츠가 가로 방향인지 아니면 세로 방향인지를 나타내는 값을 가져오거나 설정합니다.

public:
 property System::Windows::Controls::Orientation Orientation { System::Windows::Controls::Orientation get(); void set(System::Windows::Controls::Orientation value); };
public System.Windows.Controls.Orientation Orientation { get; set; }
member this.Orientation : System.Windows.Controls.Orientation with get, set
Public Property Orientation As Orientation

속성 값

Orientation

자식 콘텐츠의 Orientation입니다. 기본값은 Vertical입니다.

설명

종속성 속성 정보

식별자 필드 OrientationProperty
메타 데이터 속성 설정 true AffectsMeasure

적용 대상