SymbolIcon() constructor¶
Defined in
Type: SymbolIcon
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Overloads¶
- 1.
public SymbolIcon() - 2.
public SymbolIcon(SymbolRegular symbol, double fontSize = 14, bool filled = false)
1. Overload¶
public SymbolIcon()
Summary: Initializes a new instance of the SymbolIcon class.
2. Overload¶
public SymbolIcon(SymbolRegular symbol, double fontSize = 14, bool filled = false)
Summary: Initializes a new instance of the SymbolIcon class.
Parameters
| Name | Type | Description |
|---|---|---|
symbol | [SymbolRegular](# | The symbol. |
fontSize = 14 | double | Size of the font. |
filled = false | bool | if set to true [filled]. |