LayoutChildrenValues 列挙型

定義

LayoutChildrenValues 列挙を定義します。

public enum LayoutChildrenValues
type LayoutChildrenValues = 
Public Enum LayoutChildrenValues
継承
LayoutChildrenValues

フィールド

Horizontal 0

水平。 アイテムを xml としてシリアル化すると、その値は "水平" になります。

Vertical 1

垂直。 アイテムを xml としてシリアル化すると、その値は "垂直" になります。

適用対象