Control.RtlTranslateAlignment 方法

定義

將目前的對齊轉換為適當對齊以支援由右至左文字。

多載

RtlTranslateAlignment(LeftRightAlignment)

將指定的 LeftRightAlignment 轉換為適當的 LeftRightAlignment,以支援由右至左的文字。

RtlTranslateAlignment(HorizontalAlignment)

將指定的 HorizontalAlignment 轉換為適當的 HorizontalAlignment,以支援由右至左的文字。

RtlTranslateAlignment(ContentAlignment)

將指定的 ContentAlignment 轉換為適當的 ContentAlignment,以支援由右至左的文字。

RtlTranslateAlignment(LeftRightAlignment)

將指定的 LeftRightAlignment 轉換為適當的 LeftRightAlignment,以支援由右至左的文字。

protected:
 System::Windows::Forms::LeftRightAlignment RtlTranslateAlignment(System::Windows::Forms::LeftRightAlignment align);
protected System.Windows.Forms.LeftRightAlignment RtlTranslateAlignment (System.Windows.Forms.LeftRightAlignment align);
member this.RtlTranslateAlignment : System.Windows.Forms.LeftRightAlignment -> System.Windows.Forms.LeftRightAlignment
Protected Function RtlTranslateAlignment (align As LeftRightAlignment) As LeftRightAlignment

參數

align
LeftRightAlignment

其中一個 LeftRightAlignment 值。

傳回

其中一個 LeftRightAlignment 值。

備註

如果 的 RightToLeftRightToLeft 屬性設定 No 為 ,則傳回值等於傳入的參數 align

另請參閱

適用於

RtlTranslateAlignment(HorizontalAlignment)

將指定的 HorizontalAlignment 轉換為適當的 HorizontalAlignment,以支援由右至左的文字。

protected:
 System::Windows::Forms::HorizontalAlignment RtlTranslateAlignment(System::Windows::Forms::HorizontalAlignment align);
protected System.Windows.Forms.HorizontalAlignment RtlTranslateAlignment (System.Windows.Forms.HorizontalAlignment align);
member this.RtlTranslateAlignment : System.Windows.Forms.HorizontalAlignment -> System.Windows.Forms.HorizontalAlignment
Protected Function RtlTranslateAlignment (align As HorizontalAlignment) As HorizontalAlignment

參數

align
HorizontalAlignment

其中一個 HorizontalAlignment 值。

傳回

其中一個 HorizontalAlignment 值。

備註

如果 的 RightToLeftRightToLeft 屬性設定 No 為 ,則傳回值等於傳入的參數 align

另請參閱

適用於

RtlTranslateAlignment(ContentAlignment)

將指定的 ContentAlignment 轉換為適當的 ContentAlignment,以支援由右至左的文字。

protected:
 System::Drawing::ContentAlignment RtlTranslateAlignment(System::Drawing::ContentAlignment align);
protected System.Drawing.ContentAlignment RtlTranslateAlignment (System.Drawing.ContentAlignment align);
member this.RtlTranslateAlignment : System.Drawing.ContentAlignment -> System.Drawing.ContentAlignment
Protected Function RtlTranslateAlignment (align As ContentAlignment) As ContentAlignment

參數

align
ContentAlignment

其中一個 ContentAlignment 值。

傳回

其中一個 ContentAlignment 值。

備註

如果 的 RightToLeftRightToLeft 屬性設定 No 為 ,則傳回值等於傳入的參數 align

另請參閱

適用於