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