Control.RtlTranslateContent(ContentAlignment) Metoda

Definice

Převede zadaný ContentAlignment text na odpovídající ContentAlignment podporu textu zprava doleva.

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

Parametry

align
ContentAlignment

Jedna z ContentAlignment hodnot.

Návraty

ContentAlignment

Jedna z ContentAlignment hodnot.

Poznámky

Pokud je vlastnost nastavena RightToLeft na No, návratová hodnota je rovna align parametru předané.RightToLeft

Platí pro

Viz také