Compartilhar via


Control.RtlTranslateContent(ContentAlignment) Método

Definição

Converte o especificado ContentAlignment no apropriado ContentAlignment para dar suporte ao texto da direita para a esquerda.

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

Um dos ContentAlignment valores.

Retornos

Um dos ContentAlignment valores.

Comentários

Se a RightToLeft propriedade de RightToLeft estiver definida como No, o valor retornado será igual ao align parâmetro passado.

Aplica-se a

Confira também