Control.RtlTranslateContent(ContentAlignment) Método

Definição

Converte o ContentAlignment especificado no ContentAlignment adequado para dar suporte a texto da direita para 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 valores de ContentAlignment.

Retornos

ContentAlignment

Um dos valores de ContentAlignment.

Comentários

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

Aplica-se a

Confira também