Control.RtlTranslateLeftRight(LeftRightAlignment) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将指定的 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
参数
- align
- LeftRightAlignment
LeftRightAlignment 值之一。
返回
LeftRightAlignment 值之一。
注解
If the RightToLeft property of RightToLeft is set to No
, the return value is equal to the align
parameter passed in.