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.

C#
public SymbolIcon();

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

SymbolIcon(Symbol)

Initializes a new instance of the SymbolIcon class using the specified symbol.

C#
public SymbolIcon(Symbol 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