Control.RtlTranslateLeftRight(LeftRightAlignment) 方法

定义

将指定的 LeftRightAlignment 转换为相应的 LeftRightAlignment 以支持从右向左的文本。

protected:
 System::Windows::Forms::LeftRightAlignment RtlTranslateLeftRight(System::Windows::Forms::LeftRightAlignment align);
protected System.Windows.Forms.LeftRightAlignment RtlTranslateLeftRight (System.Windows.Forms.LeftRightAlignment align);
member this.RtlTranslateLeftRight : System.Windows.Forms.LeftRightAlignment -> System.Windows.Forms.LeftRightAlignment
Protected Function RtlTranslateLeftRight (align As LeftRightAlignment) As LeftRightAlignment

参数

返回

LeftRightAlignment

LeftRightAlignment 值之一。

注解

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

适用于

另请参阅