名前空間一覧 > GrapeCity.Web.Input.IMEdit 名前空間 > DropDownEditor クラス : TextHAlign プロパティ |
Public Property TextHAlign As AlignHorizontal
public AlignHorizontal TextHAlign {get; set;}
Imports GrapeCity.Web.Input.Core ' テキストを中央に配置します。 GcTextBox1.DropDownEditor.TextHAlign = AlignHorizontal.Center
using GrapeCity.Web.Input.Core; // テキストを中央に配置します。 GcTextBox1.DropDownEditor.TextHAlign = AlignHorizontal.Center;