Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.39 KB

fonticon_mirroredwhenrighttoleft.md

File metadata and controls

24 lines (17 loc) · 1.39 KB
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.FontIcon.MirroredWhenRightToLeft
winrt property

Microsoft.UI.Xaml.Controls.FontIcon.MirroredWhenRightToLeft

-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