FontIcon.MirroredWhenRightToLeft 属性

定义

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

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

void MirroredWhenRightToLeft(bool value);
public bool MirroredWhenRightToLeft { get; set; }
var boolean = fontIcon.mirroredWhenRightToLeft;
fontIcon.mirroredWhenRightToLeft = boolean;
Public Property MirroredWhenRightToLeft As Boolean

属性值

Boolean

bool

如果当 FlowDirection 为 FlowDirection.RightToLeft 时,图标被镜像,则为 true;否则为 false。 默认值为 false

注解

可以设置 MirroredWhenRightToLeft 属性,使标志符号在 FlowDirectionRightToLeft 时显示镜像。 当 FontIcon 用于将图标显示为控件模板的一部分,并且该图标需要与控件的其余部分一起镜像时,通常会使用此属性。

适用于

另请参阅