CheckBox.TextAlign Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the alignment of the text on the CheckBox control.
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, setPublic Overrides Property TextAlign As ContentAlignmentProperty Value
One of the ContentAlignment values. The default is MiddleLeft.