StackOrientation 列挙型

定義

StackLayout で指定することのできる方向です。

public enum StackOrientation
type StackOrientation = 
継承
StackOrientation

フィールド

Horizontal 1

StackLayout は水平方向である必要があります。

Vertical 0

StackLayout は垂直方向である必要があります。

適用対象