SymbolIcon Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SymbolIcon() |
Initializes a new instance of the SymbolIcon class. |
SymbolIcon(Symbol) |
Initializes a new instance of the SymbolIcon class using the specified symbol. |
Initializes a new instance of the SymbolIcon class.
public:
SymbolIcon();
SymbolIcon();
C#
public SymbolIcon();
function SymbolIcon()
Public Sub New ()
See also
Applies to
Windows App SDK 1.6 and other versions
Product | Versions |
---|---|
Windows App SDK | 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |
Initializes a new instance of the SymbolIcon class using the specified symbol.
public:
SymbolIcon(Symbol symbol);
SymbolIcon(Symbol const& symbol);
C#
public SymbolIcon(Symbol symbol);
function SymbolIcon(symbol)
Public Sub New (symbol As Symbol)
Parameters
- symbol
- Symbol
A named constant of the enumeration that specifies the Segoe MDL2 Assets glyph to use. The default is null.
Applies to
Windows App SDK 1.6 and other versions
Product | Versions |
---|---|
Windows App SDK | 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |