Share via


TextOrientations 列挙型

定義

タイトル テキストの向きを指定します。

public enum class TextOrientations
public enum TextOrientations
type TextOrientations = 
Public Enum TextOrientations
継承
TextOrientations

フィールド

Auto 0

テキストの向きを自動調整します。

Horizontal 1

横書きテキスト。

Rotated270 3

テキストを水平から 270 度回転します。

Rotated90 2

水平から 90 度回転します。

Stacked 4

テキストを縦に積み重ねます。

適用対象