バージョン

TextAlignment 列挙体

TextAlignment 列挙体は、テキストの表示に使用するさまざまな水平方向の配置の値を記述します。
シンタックス
'宣言
 
Public Enum TextAlignment 
   Inherits System.Enum
public enum TextAlignment : System.Enum 
メンバ
メンバ解説
Centerテキストは、コンテナーの左端と右端の間に中央配置されます。
Leftテキストは Left-Alignedで、左端に表示されます。
Rightテキストは Right-Alignedで、右端に表示されます。
参照