Control.RtlTranslateContent(ContentAlignment) Método

Definición

Convierte la ContentAlignment especificada en la ContentAlignment correspondiente para que admita texto de derecha a izquierda.

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

Parámetros

align
ContentAlignment

Uno de los valores de ContentAlignment.

Devoluciones

ContentAlignment

Uno de los valores de ContentAlignment.

Comentarios

Si la RightToLeft propiedad de RightToLeft se establece Noen , el valor devuelto es igual al align parámetro pasado.

Se aplica a

Consulte también