Control.IsMirrored Propiedad
Definición
Obtiene un valor que indica si el control está reflejado.Gets a value indicating whether the control is mirrored.
public:
property bool IsMirrored { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsMirrored { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsMirrored : bool
Public ReadOnly Property IsMirrored As Boolean
Valor de propiedad
true
si el control está reflejado; de lo contrario, false
.true
if the control is mirrored; otherwise, false
.
- Atributos
Comentarios
Un control reflejado muestra el diseño y el texto de derecha a izquierda.A mirrored control displays both layout and text from right to left. Para obtener más información, vea Cómo: crear Windows Forms y controles reflejados.For more information, see How to: Create Mirrored Windows Forms and Controls.