SymbolIconExtension() constructor¶
Defined in
Type: SymbolIconExtension
Namespace: CrissCross.WPF.UI.Markup
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 SymbolIconExtension() - 2.
public SymbolIconExtension(SymbolRegular symbol) - 3.
public SymbolIconExtension(string symbol) - 4.
public SymbolIconExtension(SymbolRegular symbol, bool filled)
1. Overload¶
public SymbolIconExtension()
Summary: Initializes a new instance of the SymbolIconExtension class.
2. Overload¶
public SymbolIconExtension(SymbolRegular symbol)
Summary: Initializes a new instance of the SymbolIconExtension class.
Parameters
| Name | Type | Description |
|---|---|---|
symbol | [SymbolRegular](# | The symbol. |
3. Overload¶
public SymbolIconExtension(string symbol)
Summary: Initializes a new instance of the SymbolIconExtension class.
Parameters
| Name | Type | Description |
|---|---|---|
symbol | string | The symbol. |
4. Overload¶
public SymbolIconExtension(SymbolRegular symbol, bool filled)
Summary: Initializes a new instance of the SymbolIconExtension class.
Parameters
| Name | Type | Description |
|---|---|---|
symbol | [SymbolRegular](# | The symbol. |
filled | bool | if set to true [filled]. |