다음을 통해 공유


StackOrientation 열거형

정의

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

public enum class StackOrientation
public enum StackOrientation
type StackOrientation = 
Public Enum StackOrientation
상속
StackOrientation

필드

Name Description
Vertical 0

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

Horizontal 1

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

적용 대상