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

SymbolIconSource

Namespace: FluentAvalonia.UI.Controls

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

C#

public class SymbolIconSource : IconSource


Xaml

<ui:SymbolIconSource />


Required Template Parts

None :)


Pseudoclasses




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.SymbolIconSource.FontSize` property
Symbol Gets or sets the `FluentAvalonia.UI.Controls.Symbol` this icon displays
SymbolProperty Defines the `FluentAvalonia.UI.Controls.SymbolIconSource.Symbol` property


Events


Methods