Control.IsMirrored 屬性
定義
取得值,指出是否左右反轉控制項。Gets a value indicating whether the control is mirrored.
public:
property bool IsMirrored { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsMirrored { get; }
member this.IsMirrored : bool
Public ReadOnly Property IsMirrored As Boolean
屬性值
如果控制項左右反轉則為 true
,否則為 false
。true
if the control is mirrored; otherwise, false
.
- 屬性
備註
鏡像控制項會顯示由右至左的版面配置和文字。A mirrored control displays both layout and text from right to left. 如需詳細資訊,請參閱如何:建立鏡像 Windows Forms 和控制項。For more information, see How to: Create Mirrored Windows Forms and Controls.