バージョン

TextOrientation プロパティ (TextUIElementBase)

テキストを描画するときに使用するテキスト方向を取得または設定します。
シンタックス
'宣言
 
Public Property TextOrientation As TextOrientationInfo
public TextOrientationInfo TextOrientation {get; set;}

プロパティ値

テキストの回転およびフロー方向を表す TextOrientationInfo インスタンス。デフォルトの回転およびフロー方向を使用するために null。
解説
これが Null でない場合、Rotated および Vertical は無視されます。
参照