Class 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.
Implements
Inherited Members
Namespace: Singulink.UI.Icons.Wpf
Assembly: Singulink.UI.Icons.Wpf.dll
Syntax
public class AutoDirectionFontIcon : TextBlock, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IContentHost, IAddChild, IServiceProvider
Constructors
| Name | Description |
|---|---|
| AutoDirectionFontIcon() |
Fields
| Name | Description |
|---|---|
| GlyphProperty | Identifies the Glyph dependency property. |
Properties
| Name | Description |
|---|---|
| Glyph | Gets or sets the icon to display. |