Control.IsMirrored Propriété

Définition

Obtient une valeur indiquant si le contrôle est mis en miroir.

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

Valeur de propriété

Boolean

true si le contrôle est mis en miroir ; sinon, false.

Attributs

Remarques

Un contrôle mis en miroir affiche à la fois la disposition et le texte de droite à gauche. Pour plus d’informations, consultez How to: Create Mirrored Windows Forms and Controls.

S’applique à