Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1 KB

symboliconsource_symbol.md

File metadata and controls

38 lines (23 loc) · 1 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.SymbolIconSource.Symbol
winrt property

Windows.UI.Xaml.Controls.SymbolIconSource.Symbol

-description

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).

-xaml-syntax

<SymbolIconSource Symbol="symbolName"/>

-xaml-values

symbolName
symbolNameA named constant of the Symbol enumeration, which enumerates a subset of the Segoe MDL2 Assets font.

-property-value

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

-remarks

-see-also

-examples