Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 914 Bytes

symboliconsource.md

File metadata and controls

31 lines (19 loc) · 914 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Controls.SymbolIconSource
winrt class

Windows.UI.Xaml.Controls.SymbolIconSource

-description

Represents an icon source that uses a glyph from the Segoe MDL2 Assets font as its content.

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

-xaml-syntax

<SymbolIconSource .../>

-remarks

SymbolIconSource is similar to SymbolIcon. However, because it is not a FrameworkElement, it can be shared.

-see-also

-examples