RadioButton.TextAlign Propriété

Définition

Obtient ou définit l’alignement du texte sur le RadioButton contrôle.

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

Valeur de propriété

Une des ContentAlignment valeurs. La valeur par défaut est MiddleLeft.

Exceptions

La valeur affectée n’est pas l’une ContentAlignment des valeurs.

S’applique à