Control.RtlTranslateAlignment メソッド
現在の配置を適切な配置に変換し、テキストを右から左に表示できるようにします。
オーバーロードの一覧
指定した ContentAlignment を適切な ContentAlignment に変換し、テキストを右から左に表示できるようにします。
[Visual Basic] Overloads Protected Function RtlTranslateAlignment(ContentAlignment) As ContentAlignment
[C#] protected ContentAlignment RtlTranslateAlignment(ContentAlignment);
[C++] protected: ContentAlignment RtlTranslateAlignment(ContentAlignment);
[JScript] protected function RtlTranslateAlignment(ContentAlignment) : ContentAlignment;
指定した HorizontalAlignment を適切な HorizontalAlignment に変換し、テキストを右から左に表示できるようにします。
[Visual Basic] Overloads Protected Function RtlTranslateAlignment(HorizontalAlignment) As HorizontalAlignment
[C#] protected HorizontalAlignment RtlTranslateAlignment(HorizontalAlignment);
[C++] protected: HorizontalAlignment RtlTranslateAlignment(HorizontalAlignment);
[JScript] protected function RtlTranslateAlignment(HorizontalAlignment) : HorizontalAlignment;
指定した LeftRightAlignment を適切な LeftRightAlignment に変換し、テキストを右から左に表示できるようにします。
[Visual Basic] Overloads Protected Function RtlTranslateAlignment(LeftRightAlignment) As LeftRightAlignment
[C#] protected LeftRightAlignment RtlTranslateAlignment(LeftRightAlignment);
[C++] protected: LeftRightAlignment RtlTranslateAlignment(LeftRightAlignment);
[JScript] protected function RtlTranslateAlignment(LeftRightAlignment) : LeftRightAlignment;