RadioButton.TextAlign Property

Definition

Gets or sets the alignment of the text on the RadioButton 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, set
Public Overrides Property TextAlign As ContentAlignment

Property Value

One of the ContentAlignment values. The default is MiddleLeft.

Exceptions

The value assigned is not one of the ContentAlignment values.

Applies to