FontIcon.MirroredWhenRightToLeft 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示 当 FlowDirection 为 RightToLeft 时图标是否镜像。
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 属性,使标志符号在 FlowDirection 为 RightToLeft 时显示镜像。 当 FontIcon 用于将图标显示为控件模板的一部分,并且该图标需要与控件的其余部分一起镜像时,通常会使用此属性。