PowerTools SPREAD for Windows Forms 10.0J
TextAlignment プロパティ (SideButtonInfo)


テキストを画像の右に表示するか、左に表示するかを取得または設定します。
構文
'Declaration
 
Public Property TextAlignment As LeftRightAlignment
'使用法
 
Dim instance As SideButtonInfo
Dim value As LeftRightAlignment
 
instance.TextAlignment = value
 
value = instance.TextAlignment
public LeftRightAlignment TextAlignment {get; set;}

プロパティ値

System.Windows.Forms.LeftRightAlignment 列挙体。Left はテキストが画像の左側に配置されることを意味し、Right はテキストが画像の右側に配置されることを意味します。
参照

SideButtonInfo クラス
SideButtonInfo メンバ

 

 


© 2004-2017, GrapeCity inc. All rights reserved.