SymbolIconSource.Symbol Property

Definition

Gets or sets the Segoe MDL2 Assets glyph used as the icon content.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.SymbolIconSource.Symbol (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property Symbol Symbol { Symbol get(); void set(Symbol value); };
Symbol Symbol();

void Symbol(Symbol value);
public Symbol Symbol { get; set; }
var symbol = symbolIconSource.symbol;
symbolIconSource.symbol = symbol;
Public Property Symbol As Symbol
<SymbolIconSource Symbol="symbolName"/>

Property Value

A named constant of the numeration that specifies the Segoe MDL2 Assets glyph to use.

Applies to