Partager via


FontIconSource.MirroredWhenRightToLeft Propriété

Définition

Obtient ou définit une valeur qui indique si l’icône est mise en miroir lorsque son élément FlowDirection contient RightToLeft.

Cette documentation s’applique à WinUI 2 pour UWP (pour WinUI dans le SDK d'application Windows, consultez les espaces de noms SDK d'application Windows).

public:
 property bool MirroredWhenRightToLeft { bool get(); void set(bool value); };
bool MirroredWhenRightToLeft();

void MirroredWhenRightToLeft(bool value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
bool MirroredWhenRightToLeft();

void MirroredWhenRightToLeft(bool value);
public bool MirroredWhenRightToLeft { get; set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
public bool MirroredWhenRightToLeft { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] set; }
Public Property MirroredWhenRightToLeft As Boolean
<FontIconSource MirroredWhenRightToLeft="bool"/>

Valeur de propriété

Boolean

bool

true si l’icône est mise en miroir lorsque FlowDirection est FlowDirection.RightToLeft; sinon, false. La valeur par défaut est false.

Attributs
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackAttribute

Remarques

Vous pouvez définir la propriété MirroredWhenRightToLeft pour que le glyphe apparaisse en miroir lorsque son flux FlowDirection de l’élément contenant est RightToLeft. Vous utilisez généralement cette propriété lorsqu’une PoliceIcon est utilisée pour afficher une icône dans le cadre d’un modèle de contrôle et que l’icône doit être mise en miroir avec le reste du contrôle.

S’applique à