Windows.UI.Xaml.Controls.FontIcon.MirroredWhenRightToLeft

June 22, 2022 ยท View on GitHub

-description

Gets or sets a value that indicates whether the icon is mirrored when the FlowDirection is RightToLeft.

-property-value

true if the icon is mirrored when the FlowDirection is FlowDirection.RightToLeft; otherwise, false. The default is false.

-remarks

You can set the MirroredWhenRightToLeft property to have the glyph appear mirrored when the FlowDirection is RightToLeft. You typically use this property when a FontIcon is used to display an icon as part of a control template and the icon needs to be mirrored along with the rest of the control.

-examples

-see-also

FlowDirection, How to support bidirectional UI, How to adjust layout and fonts for various languages, and support RTL layouts