Condividi tramite


Control.RtlTranslateContent(ContentAlignment) Metodo

Definizione

Converte l'oggetto specificato ContentAlignment nell'oggetto appropriato ContentAlignment per supportare il testo 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 ContentAlignment valori.

Restituisce

Uno dei ContentAlignment valori.

Commenti

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

Si applica a

Vedi anche