CheckBox.TextAlign 屬性

定義

取得或設定 CheckBox 控制項上文字的對齊方式。

public:
 virtual property System::Drawing::ContentAlignment TextAlign { System::Drawing::ContentAlignment get(); void set(System::Drawing::ContentAlignment value); };
public override System.Drawing.ContentAlignment TextAlign { get; set; }
member this.TextAlign : System.Drawing.ContentAlignment with get, set
Public Overrides Property TextAlign As ContentAlignment

屬性值

其中一個 ContentAlignment 值。 預設為 MiddleLeft

適用於