Compartir a través de


AnimatedIconSource.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); };
bool MirroredWhenRightToLeft();

void MirroredWhenRightToLeft(bool value);
public bool MirroredWhenRightToLeft { get; set; }
var boolean = animatedIconSource.mirroredWhenRightToLeft;
animatedIconSource.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.

Comentarios

Puede establecer la propiedad MirroredWhenRightToLeft para que el glifo aparezca reflejado cuando FlowDirection es RightToLeft. Normalmente, esta propiedad se usa cuando se usa 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