PowerTools SPREAD for Windows Forms 8.0J
TextHAlign プロパティ


ポップアップウィンドウのテキストの水平方向の配置を取得または設定します。
構文
'Declaration
 
Public Property TextHAlign As HorizontalAlignment
'使用法
 
Dim instance As PopUpCalculatorInfo
Dim value As HorizontalAlignment
 
instance.TextHAlign = value
 
value = instance.TextHAlign
public HorizontalAlignment TextHAlign {get; set;}

プロパティ値

System.Windows.Forms.HorizontalAlignment値。
デフォルト値はSystem.Windows.Forms.HorizontalAlignment.Rightです。
参照

PopUpCalculatorInfo クラス
PopUpCalculatorInfo メンバ

 

 


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