다음을 통해 공유


StackLayout.Orientation 속성

정의

자식 요소가 배치되는 방향을 나타내는 값을 가져오거나 설정합니다. 기본값은 Vertical여야 합니다. 이는 바인딩 가능한 속성입니다.

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

속성 값

자식 레이아웃이 흐르는 방향을 나타내는 A StackOrientation 입니다. 기본값은 Vertical입니다.

설명

StackLayout의 방향을 설정하면 스택이 이미 부모 레이아웃 내에 있는 경우 레이아웃 주기가 트리거됩니다. 레이아웃 주기가 낭비되지 않도록 하려면 StackLayout을 부모에 추가하기 전에 방향을 설정합니다.

적용 대상