Control.RtlTranslateAlignment Method

Definition

Converts the current alignment to the appropriate alignment to support right-to-left text.

Overloads

RtlTranslateAlignment(LeftRightAlignment)

Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text.

RtlTranslateAlignment(HorizontalAlignment)

Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text.

RtlTranslateAlignment(ContentAlignment)

Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text.

RtlTranslateAlignment(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

Parameters

align
LeftRightAlignment

One of the LeftRightAlignment values.

Returns

One of the LeftRightAlignment values.

Remarks

If the RightToLeft property of RightToLeft is set to No, the return value is equal to the align parameter passed in.

See also

Applies to

RtlTranslateAlignment(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

Parameters

align
HorizontalAlignment

One of the HorizontalAlignment values.

Returns

One of the HorizontalAlignment values.

Remarks

If the RightToLeft property of RightToLeft is set to No, the return value is equal to the align parameter passed in.

See also

Applies to

RtlTranslateAlignment(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

Parameters

align
ContentAlignment

One of the ContentAlignment values.

Returns

One of the ContentAlignment values.

Remarks

If the RightToLeft property of RightToLeft is set to No, the return value is equal to the align parameter passed in.

See also

Applies to