View.VerticalOptions 속성

정의

요소가 레이아웃 주기에 배치되는 방법을 정의하는 를 가져오거나 설정합니다 LayoutOptions . 이는 바인딩 가능 속성입니다.

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

속성 값

LayoutOptions 요소를 배치하는 방법을 정의하는 입니다. 달리 문서화되지 않는 한 기본값은 입니다 Fill .

설명

할당은 VerticalOptions 부모 레이아웃에서 Y축을 따라 사용할 수 있는 공간이 초과될 때 요소가 배치되는 방식을 수정합니다. 레이아웃 내의 여러 요소가 확장되도록 설정된 경우 추가 공간이 비례적으로 분산됩니다.

적용 대상