SymbolIcon Constructors
Definition
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.
Overloads
SymbolIcon() |
Initializes a new instance of the SymbolIcon class. |
SymbolIcon(Symbol) |
Initializes a new instance of the SymbolIcon class using the specified symbol. |
SymbolIcon()
Initializes a new instance of the SymbolIcon class.
public:
SymbolIcon();
SymbolIcon();
public SymbolIcon();
function SymbolIcon()
Public Sub New ()
See also
Applies to
SymbolIcon(Symbol)
Initializes a new instance of the SymbolIcon class using the specified symbol.
public:
SymbolIcon(Symbol symbol);
SymbolIcon(Symbol const& symbol);
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.
Remarks
Notes for previous versions
Windows 8.x On Windows 8, the standard glyphs are provided by the Segoe UI Symbol font.