Class 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.
Namespace: Singulink.UI.Icons.Maui
Assembly: Singulink.UI.Icons.Maui.dll
Syntax
public static class AutoDirection
Fields
| Name | Description |
|---|---|
| GlyphProperty | Identifies the |
Methods
| Name | Description |
|---|---|
| GetGlyph(BindableObject) | Gets the icon displayed by the label. |
| SetGlyph(BindableObject, IIconGlyph?) | Sets the icon displayed by the label. |