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