Namespace Singulink.UI.Icons.Wpf
Classes
AutoDirection
Attached properties that make an existing TextBlock display an IIconGlyph with automatic right-to-left glyph selection. Prefer AutoDirectionFontIcon where the element is under your control; this is intended for text blocks inside templates that cannot be replaced.
AutoDirectionFontIcon
A TextBlock that displays an IIconGlyph from an icon font, automatically using its right-to-left glyph when the element's effective FlowDirection is RightToLeft. Set FontFamily to the icon pack's font (typically through a style). The Text property is managed by the element and should not be set.