Class 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).
Implements
Inherited Members
Namespace: Singulink.UI.Icons.Maui
Assembly: Singulink.UI.Icons.Maui.dll
Syntax
public class DirectionalFontImageSource : FontImageSource, INotifyPropertyChanged, IElementController, IVisualTreeElement, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IElement, IFontImageSource, IImageSource
Fields
| Name | Description |
|---|---|
| FlowDirectionProperty | Identifies the FlowDirection bindable property. |
| IconProperty | Identifies the Icon bindable property. |
Properties
| Name | Description |
|---|---|
| FlowDirection | Gets or sets the flow direction that determines which glyph of the icon is displayed. MatchParent is treated as left-to-right since an image source has no parent to match. |
| Icon | Gets or sets the icon to display. |