Control.RtlTranslateAlignment 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 l’alignement actuel en alignement approprié pour prendre en charge le texte de droite à gauche.
Surcharges
| Nom | Description |
|---|---|
| RtlTranslateAlignment(ContentAlignment) |
Convertit le spécifié ContentAlignment en texte approprié ContentAlignment pour prendre en charge le texte de droite à gauche. |
| RtlTranslateAlignment(HorizontalAlignment) |
Convertit le spécifié HorizontalAlignment en texte approprié HorizontalAlignment pour prendre en charge le texte de droite à gauche. |
| RtlTranslateAlignment(LeftRightAlignment) |
Convertit le spécifié LeftRightAlignment en texte approprié LeftRightAlignment pour prendre en charge le texte de droite à gauche. |
RtlTranslateAlignment(ContentAlignment)
- Source:
- Control.cs
- Source:
- Control.cs
- Source:
- Control.cs
- Source:
- Control.cs
- Source:
- Control.cs
Convertit le spécifié ContentAlignment en texte approprié ContentAlignment pour prendre en charge le texte de droite à gauche.
protected:
System::Drawing::ContentAlignment RtlTranslateAlignment(System::Drawing::ContentAlignment align);
protected System.Drawing.ContentAlignment RtlTranslateAlignment(System.Drawing.ContentAlignment align);
member this.RtlTranslateAlignment : System.Drawing.ContentAlignment -> System.Drawing.ContentAlignment
Protected Function RtlTranslateAlignment (align As ContentAlignment) As ContentAlignment
Paramètres
- align
- ContentAlignment
Une des ContentAlignment valeurs.
Retours
Une des ContentAlignment valeurs.
Remarques
Si la RightToLeft propriété de RightToLeft ce paramètre est définie Nosur , la valeur de retour est égale au align paramètre transmis.
Voir aussi
- RightToLeft
- ContentAlignment
- RtlTranslateContent(ContentAlignment)
- RtlTranslateHorizontal(HorizontalAlignment)
- RtlTranslateLeftRight(LeftRightAlignment)
S’applique à
RtlTranslateAlignment(HorizontalAlignment)
- Source:
- Control.cs
- Source:
- Control.cs
- Source:
- Control.cs
- Source:
- Control.cs
- Source:
- Control.cs
Convertit le spécifié HorizontalAlignment en texte approprié HorizontalAlignment pour prendre en charge le texte de droite à gauche.
protected:
System::Windows::Forms::HorizontalAlignment RtlTranslateAlignment(System::Windows::Forms::HorizontalAlignment align);
protected System.Windows.Forms.HorizontalAlignment RtlTranslateAlignment(System.Windows.Forms.HorizontalAlignment align);
member this.RtlTranslateAlignment : System.Windows.Forms.HorizontalAlignment -> System.Windows.Forms.HorizontalAlignment
Protected Function RtlTranslateAlignment (align As HorizontalAlignment) As HorizontalAlignment
Paramètres
- align
- HorizontalAlignment
Une des HorizontalAlignment valeurs.
Retours
Une des HorizontalAlignment valeurs.
Remarques
Si la RightToLeft propriété de RightToLeft ce paramètre est définie Nosur , la valeur de retour est égale au align paramètre transmis.
Voir aussi
- RightToLeft
- HorizontalAlignment
- RtlTranslateContent(ContentAlignment)
- RtlTranslateHorizontal(HorizontalAlignment)
- RtlTranslateLeftRight(LeftRightAlignment)
S’applique à
RtlTranslateAlignment(LeftRightAlignment)
- Source:
- Control.cs
- Source:
- Control.cs
- Source:
- Control.cs
- Source:
- Control.cs
- Source:
- Control.cs
Convertit le spécifié LeftRightAlignment en texte approprié LeftRightAlignment pour prendre en charge le texte de droite à gauche.
protected:
System::Windows::Forms::LeftRightAlignment RtlTranslateAlignment(System::Windows::Forms::LeftRightAlignment align);
protected System.Windows.Forms.LeftRightAlignment RtlTranslateAlignment(System.Windows.Forms.LeftRightAlignment align);
member this.RtlTranslateAlignment : System.Windows.Forms.LeftRightAlignment -> System.Windows.Forms.LeftRightAlignment
Protected Function RtlTranslateAlignment (align As LeftRightAlignment) As LeftRightAlignment
Paramètres
- align
- LeftRightAlignment
Une des LeftRightAlignment valeurs.
Retours
Une des LeftRightAlignment valeurs.
Remarques
Si la RightToLeft propriété de RightToLeft ce paramètre est définie Nosur , la valeur de retour est égale au align paramètre transmis.
Voir aussi
- RightToLeft
- LeftRightAlignment
- RtlTranslateContent(ContentAlignment)
- RtlTranslateHorizontal(HorizontalAlignment)
- RtlTranslateLeftRight(LeftRightAlignment)