Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.25 KB

animatediconsource_mirroredwhenrighttoleft.md

File metadata and controls

28 lines (17 loc) · 1.25 KB
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.AnimatedIconSource.MirroredWhenRightToLeft
winrt property

Microsoft.UI.Xaml.Controls.AnimatedIconSource.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 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 an AnimatedIcon is used as part of a control template and the icon needs to be mirrored along with the rest of the control.

-see-also

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

-examples