Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Control::RtlTranslateAlignment Method (HorizontalAlignment)

 

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

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
HorizontalAlignment RtlTranslateAlignment(
	HorizontalAlignment align
)

Parameters

align
Type: System.Windows.Forms::HorizontalAlignment

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.

.NET Framework
Available since 1.1
Return to top
Show: