Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.63 KB

fonticonsource_mirroredwhenrighttoleft.md

File metadata and controls

35 lines (21 loc) · 1.63 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.FontIconSource.MirroredWhenRightToLeft
winrt property

Windows.UI.Xaml.Controls.FontIconSource.MirroredWhenRightToLeft

-description

Gets or sets a value that indicates whether the icon is mirrored when its containing element's FlowDirection is RightToLeft.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.FontIconSource.MirroredWhenRightToLeft (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-xaml-syntax

<FontIconSource MirroredWhenRightToLeft="bool"/>

-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 its containing element's 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.

-see-also

-examples