Control.RtlTranslateContent(ContentAlignment) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
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.