Skip to main content Link Search Menu Expand Document (external link)

SymbolIcon

Namespace: FluentAvalonia.UI.Controls

Represents an icon that uses a glyph from the SymbolThemeFontFamily resource as its content.

C#

public class SymbolIcon : FAIconElement


Xaml

<ui:SymbolIcon />


Required Template Parts

None :)


Pseudoclasses

:disabled, :focus, :focus-visible, :focus-within, :pointerover



Examples and Usage Notes

None yet.


API

Note: Inherited members are not shown


Properties

FontSize Gets or sets the font size this icon uses when rendering
FontSizeProperty Defines the `FluentAvalonia.UI.Controls.SymbolIcon.FontSize` property
Symbol Gets or sets the `FluentAvalonia.UI.Controls.Symbol` this icon displays
SymbolProperty Defines the `FluentAvalonia.UI.Controls.SymbolIcon.Symbol` property


Events


Methods