Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
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. |
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
One of the ContentAlignment values.
One of the ContentAlignment values.
If the RightToLeft property of RightToLeft is set to No
, the return value is equal to the align
parameter passed in.
Product | Versions |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
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
One of the HorizontalAlignment values.
One of the HorizontalAlignment values.
If the RightToLeft property of RightToLeft is set to No
, the return value is equal to the align
parameter passed in.
Product | Versions |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
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
One of the LeftRightAlignment values.
One of the LeftRightAlignment values.
If the RightToLeft property of RightToLeft is set to No
, the return value is equal to the align
parameter passed in.
Product | Versions |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback:
Please sign in to use this experience.
Sign in