Class FontIcon
- Namespace
- Tudormobile.Wpf.Controls
- Assembly
- Tudormobile.WpfControls.dll
Represents an icon that uses a glyph from the specified font. If no font is specified, it defaults to the Segoe Fluent UI font.
public class FontIcon : Control, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
- Inheritance
-
FontIcon
- Implements
- Inherited Members
Properties
Glyph
Gets or sets the character code that identifies the icon glyph.
public string? Glyph { get; set; }