Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 963 Bytes

symbolicon_symbol.md

File metadata and controls

48 lines (32 loc) · 963 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.SymbolIcon.Symbol
winrt property

Windows.UI.Xaml.Controls.SymbolIcon.Symbol

-description

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

-xaml-syntax

<SymbolIcon 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

Notes for previous versions

Windows 8.x On Windows 8, the standard glyphs are provided by the Segoe UI Symbol font.

-examples

<AppBarButton Label="Accept">
    <AppBarButton.Icon>
        <SymbolIcon Symbol="Accept"/>
    </AppBarButton.Icon>
</AppBarButton>

-see-also