LevelJustificationValues 列挙型

定義

水平方向の配置の種類

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

フィールド

Center 1

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

Left 0

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

Right 2

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

適用対象