RadioButton.TextAlign Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit l'alignement du texte sur le contrôle RadioButton.
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 valeurs de l'objet ContentAlignment. La valeur par défaut est MiddleLeft.
Exceptions
La valeur assignée ne fait pas partie des valeurs ContentAlignment.