Share via


SymbolIcon Constructors

Definition

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.

Applies to