Namespace Singulink.UI.Icons.Maui
Classes
AutoDirection
Attached properties that make a Label display an IIconGlyph from an icon font, automatically using its right-to-left glyph when the label's effective flow direction is right-to-left. Set FontFamily to the icon pack's font. The Text property is managed by the attached property and should not be set.
DirectionalFontImageSource
A FontImageSource that displays an IIconGlyph using the glyph for a given FlowDirection. Image sources are not visual elements and have no effective flow direction of their own, so the direction must be set (typically bound to the flow direction of the page or the hosting element).