Control.RtlTranslateAlignment Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts the current alignment to the appropriate alignment to support right-to-left text.
Overloads
| RtlTranslateAlignment(ContentAlignment) | Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text. | 
| RtlTranslateAlignment(HorizontalAlignment) | Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text. | 
| RtlTranslateAlignment(LeftRightAlignment) | Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text. | 
RtlTranslateAlignment(ContentAlignment)
- Source:
- Control.cs
- Source:
- Control.cs
- Source:
- Control.cs
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.ContentAlignmentProtected Function RtlTranslateAlignment (align As ContentAlignment) As ContentAlignmentParameters
- 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
- RightToLeft
- ContentAlignment
- RtlTranslateContent(ContentAlignment)
- RtlTranslateHorizontal(HorizontalAlignment)
- RtlTranslateLeftRight(LeftRightAlignment)
Applies to
RtlTranslateAlignment(HorizontalAlignment)
- Source:
- Control.cs
- Source:
- Control.cs
- Source:
- Control.cs
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.HorizontalAlignmentProtected Function RtlTranslateAlignment (align As HorizontalAlignment) As HorizontalAlignmentParameters
- 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
- RightToLeft
- HorizontalAlignment
- RtlTranslateContent(ContentAlignment)
- RtlTranslateHorizontal(HorizontalAlignment)
- RtlTranslateLeftRight(LeftRightAlignment)
Applies to
RtlTranslateAlignment(LeftRightAlignment)
- Source:
- Control.cs
- Source:
- Control.cs
- Source:
- Control.cs
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.LeftRightAlignmentProtected Function RtlTranslateAlignment (align As LeftRightAlignment) As LeftRightAlignmentParameters
- 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
- RightToLeft
- LeftRightAlignment
- RtlTranslateContent(ContentAlignment)
- RtlTranslateHorizontal(HorizontalAlignment)
- RtlTranslateLeftRight(LeftRightAlignment)