Compartir a través de


AnimatedIcon.MirroredWhenRightToLeft Propiedad

Definición

Obtiene o establece un valor que indica si el icono se refleja cuando FlowDirection es RightToLeft.

public:
 property bool MirroredWhenRightToLeft { bool get(); void set(bool value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
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 { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] 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; }
var boolean = animatedIcon.mirroredWhenRightToLeft;
animatedIcon.mirroredWhenRightToLeft = boolean;
Public Property MirroredWhenRightToLeft As Boolean

Valor de propiedad

Boolean

bool

True, si el icono se refleja cuando FlowDirection es RightToLeft. En caso contrario, es false. El valor predeterminado es false.

Atributos
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackAttribute

Comentarios

Puede establecer la propiedad MirroredWhenRightToLeft para que el glifo aparezca reflejado cuando FlowDirection es RightToLeft. Normalmente se usa esta propiedad cuando se usa un AnimatedIcon como parte de una plantilla de control y el icono debe reflejarse junto con el resto del control.

Se aplica a

Consulte también