PowerTools MultiRow for Windows Forms 8.0J
TextAlignment プロパティ (SideButton)

テキストを画像の右に表示するか、左に表示するかを取得または設定します。
構文
Public Property TextAlignment As LeftRightAlignment
public LeftRightAlignment TextAlignment {get; set;}

プロパティ値

画像に対するテキストの位置を指定する System.Windows.Forms.LeftRightAlignment 列挙体。System.Windows.Forms.LeftRightAlignment.Left の場合、オブジェクトまたはテキストが参照ポイントの左側に配置されます。System.Windows.Forms.LeftRightAlignment.Right の場合はオブジェクトまたはテキストが参照ポイントの右側に配置されます。既定値は System.Windows.Forms.LeftRightAlignment.Right です。
例外
例外解説
System.ComponentModel.InvalidEnumArgumentExceptionプロパティに指定された値が有効なSystem.Windows.Forms.LeftRightAlignment 列挙値ではありません。
参照

SideButton クラス
SideButton メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.