TextAlign


機能

ボタンに表示されるテキストの配置を指定します。

 

変数型

[ C#: enum ContentAlignmentEx ] [ VB.NET: Enum ContentAlignmentEx ]

 

初期値

MiddleCenter

 

設定値

列挙型メンバー

説明

1

TopLeft

左上

2

TopCenter

中央上

4

TopRight

右上

8

TopDistributed

端均等割付上

16

MiddleLeft

左中央

32

MiddleCenter

中央

64

MiddleRight

右中央

128

MiddleDistributed

均等割付中央

256

BottomLeft

左下

512

BottomCenter

中央下

1024

BottomRight

右下

2048

BottomDistributed

均等割付下

 

説明

ボタンに表示されるテキストの配置を指定します。