Control.RtlTranslateContent(ContentAlignment) Méthode
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.
Convertit le ContentAlignment spécifié en ContentAlignment approprié pour prendre en charge le texte de droite à gauche.
protected:
System::Drawing::ContentAlignment RtlTranslateContent(System::Drawing::ContentAlignment align);
protected public:
System::Drawing::ContentAlignment RtlTranslateContent(System::Drawing::ContentAlignment align);
protected System.Drawing.ContentAlignment RtlTranslateContent (System.Drawing.ContentAlignment align);
protected internal System.Drawing.ContentAlignment RtlTranslateContent (System.Drawing.ContentAlignment align);
member this.RtlTranslateContent : System.Drawing.ContentAlignment -> System.Drawing.ContentAlignment
Protected Function RtlTranslateContent (align As ContentAlignment) As ContentAlignment
Protected Friend Function RtlTranslateContent (align As ContentAlignment) As ContentAlignment
Paramètres
- align
- ContentAlignment
Une des valeurs de l'objet ContentAlignment.
Retours
Une des valeurs de l'objet ContentAlignment.
Remarques
Si la RightToLeft propriété de la valeur est définieNo
, la valeur de RightToLeft retour est égale au align
paramètre passé.