CheckBox::TextAlign Property

 

Gets or sets the alignment of the text on the CheckBox control.

Namespace:   System.Windows.Forms
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::ContentAlignment

One of the ContentAlignment values. The default is MiddleLeft.

.NET Framework
Available since 1.1
Return to top
Show: