587 B
587 B
SymbolIcon
SymbolIcon is a control responsible for rendering icons.
Implementation
class Wpf.Ui.Controls.SymbolIcon
Exposes
// Gets or sets displayed symbol
SymbolIcon.Symbol = SymbolRegular.Empty;
// Defines whether or not we should use the SymbolFilled
SymbolIcon.Filled = false;
// Icon foreground
SymbolIcon.Foreground = Brushes.White;
// Icon size
SymbolIcon.FontSize = 16;
How to use
<ui:SymbolIcon
Symbol="Fluent24"
Filled="False"
FontSize="16"
Foreground="White"/>