バージョン

TextPlacement 列挙体

テキストの配置位置を指定します。
シンタックス
'宣言
 
Public Enum TextPlacement 
   Inherits System.Enum
public enum TextPlacement : System.Enum 
メンバ
メンバ解説
AboveImageテキストをイメージの上部に配置
BelowImageテキストをイメージの下部に配置
Defaultデフォルトのテキスト配置位置
LeftOfImageテキストをイメージの左側に配置
RightOfImageテキストをイメージの右側に配置
参照