CheckBox::TextAlign Property
.NET Framework (current version)
Gets or sets the alignment of the text on the CheckBox control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property ContentAlignment TextAlign { virtual ContentAlignment get() override; virtual void set(ContentAlignment value) override; }
Property Value
Type: System.Drawing::ContentAlignmentOne of the ContentAlignment values. The default is MiddleLeft.
.NET Framework
Available since 1.1
Available since 1.1
Show: