AnimatedIcon.MirroredWhenRightToLeft 属性

定义

获取或设置一个值,该值指示 当 FlowDirectionRightToLeft 时图标是否镜像。

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

属性值

Boolean

bool

如此 如果 当 FlowDirectionRightToLeft 时镜像图标。 否则为 false。 默认值为 false。

属性
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackAttribute

注解

可以将 MirroredWhenRightToLeft 属性设置为在 FlowDirectionRightToLeft 时镜像字形。 当 AnimatedIcon 用作控件模板的一部分,并且图标需要与控件的其余部分一起镜像时,通常会使用此属性。

适用于

另请参阅