StackOrientation 열거형

정의

StackLayout에서 가질 수 있는 방향입니다.

public enum StackOrientation
type StackOrientation = 
상속
StackOrientation

필드

Horizontal 1

StackLayout은 가로 방향이어야 합니다.

Vertical 0

StackLayout은 세로 방향이어야 합니다.

적용 대상