Control.RtlTranslateAlignment 메서드
정의
오른쪽에서 왼쪽으로 쓰는 텍스트를 지원하려면 현재 맞춤을 적합한 맞춤으로 변환합니다.Converts the current alignment to the appropriate alignment to support right-to-left text.
오버로드
RtlTranslateAlignment(LeftRightAlignment) |
오른쪽에서 왼쪽으로 쓰는 텍스트를 지원하려면 지정된 LeftRightAlignment를 적절한 LeftRightAlignment로 변환합니다.Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text. |
RtlTranslateAlignment(HorizontalAlignment) |
오른쪽에서 왼쪽으로 쓰는 텍스트를 지원하려면 지정된 HorizontalAlignment를 적절한 HorizontalAlignment로 변환합니다.Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text. |
RtlTranslateAlignment(ContentAlignment) |
오른쪽에서 왼쪽으로 쓰는 텍스트를 지원하려면 지정된 ContentAlignment를 적절한 ContentAlignment로 변환합니다.Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text. |
RtlTranslateAlignment(LeftRightAlignment)
오른쪽에서 왼쪽으로 쓰는 텍스트를 지원하려면 지정된 LeftRightAlignment를 적절한 LeftRightAlignment로 변환합니다.Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text.
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 값 중 하나입니다.One of the LeftRightAlignment values.
반환
LeftRightAlignment 값 중 하나입니다.One of the LeftRightAlignment values.
설명
RightToLeft의 속성이 RightToLeft 로 설정 된 경우 No
반환 값은 전달 된 align
매개 변수와 같습니다.If the RightToLeft property of RightToLeft is set to No
, the return value is equal to the align
parameter passed in.
추가 정보
- RightToLeft
- LeftRightAlignment
- RtlTranslateContent(ContentAlignment)
- RtlTranslateHorizontal(HorizontalAlignment)
- RtlTranslateLeftRight(LeftRightAlignment)
적용 대상
RtlTranslateAlignment(HorizontalAlignment)
오른쪽에서 왼쪽으로 쓰는 텍스트를 지원하려면 지정된 HorizontalAlignment를 적절한 HorizontalAlignment로 변환합니다.Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text.
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 값 중 하나입니다.One of the HorizontalAlignment values.
반환
HorizontalAlignment 값 중 하나입니다.One of the HorizontalAlignment values.
설명
RightToLeft의 속성이 RightToLeft 로 설정 된 경우 No
반환 값은 전달 된 align
매개 변수와 같습니다.If the RightToLeft property of RightToLeft is set to No
, the return value is equal to the align
parameter passed in.
추가 정보
- RightToLeft
- HorizontalAlignment
- RtlTranslateContent(ContentAlignment)
- RtlTranslateHorizontal(HorizontalAlignment)
- RtlTranslateLeftRight(LeftRightAlignment)
적용 대상
RtlTranslateAlignment(ContentAlignment)
오른쪽에서 왼쪽으로 쓰는 텍스트를 지원하려면 지정된 ContentAlignment를 적절한 ContentAlignment로 변환합니다.Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text.
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 값 중 하나입니다.One of the ContentAlignment values.
반환
ContentAlignment 값 중 하나입니다.One of the ContentAlignment values.
설명
RightToLeft의 속성이 RightToLeft 로 설정 된 경우 No
반환 값은 전달 된 align
매개 변수와 같습니다.If the RightToLeft property of RightToLeft is set to No
, the return value is equal to the align
parameter passed in.
추가 정보
- RightToLeft
- ContentAlignment
- RtlTranslateContent(ContentAlignment)
- RtlTranslateHorizontal(HorizontalAlignment)
- RtlTranslateLeftRight(LeftRightAlignment)