Control.RtlTranslateContent(ContentAlignment) Metodo

Definizione

Converte l'oggetto ContentAlignment specificato nell'oggetto ContentAlignment appropriato per il supporto di testo con scrittura da destra a sinistra.

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

Parametri

align
ContentAlignment

Uno dei valori di ContentAlignment.

Restituisce

ContentAlignment

Uno dei valori di ContentAlignment.

Commenti

Se la RightToLeft proprietà di RightToLeft è impostata su No, il valore restituito è uguale al align parametro passato.

Si applica a

Vedi anche