PowerTools InputMan for ASP.NET 8.0J
TextHAlign プロパティ (DropDownEditor)
使用例 

ドロップダウンエディットウィンドウ内に表示するテキストの水平方向の配置を取得または設定します。
構文
Public Property TextHAlign As AlignHorizontal
public AlignHorizontal TextHAlign {get; set;}

プロパティ値

既定値:GrapeCity.Web.Input.Core.AlignHorizontal.NotSet
解説
TextHAlignプロパティを設定すると、コントロール内に表示するテキストを左、右、または中央に揃えて配置できます。
使用例
次のサンプルコードは、TextHAlignプロパティの使用法を示します
Imports GrapeCity.Web.Input.Core

' テキストを中央に配置します。
GcTextBox1.DropDownEditor.TextHAlign = AlignHorizontal.Center
using GrapeCity.Web.Input.Core;

// テキストを中央に配置します。
GcTextBox1.DropDownEditor.TextHAlign = AlignHorizontal.Center;
参照

DropDownEditor クラス
DropDownEditor メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.