OrientationValues 列挙型

定義

Orientation

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

フィールド

MaxMin 0

[最大値] から [最小] まで。 アイテムを xml としてシリアル化すると、その値は "maxMin" になります。

MinMax 1

最小から最大まで。 アイテムを xml としてシリアル化すると、その値は "minMax" になります。

適用対象