-api-id | -api-type |
---|---|
P:Windows.UI.Xaml.Controls.SymbolIcon.Symbol |
winrt property |
Gets or sets the Segoe MDL2 Assets glyph used as the icon content.
<SymbolIcon Symbol="symbolName"/>
- symbolName
- symbolNameA named constant of the Symbol enumeration, which enumerates a subset of the Segoe MDL2 Assets font.
Windows 8.x On Windows 8, the standard glyphs are provided by the Segoe UI Symbol font.
<AppBarButton Label="Accept">
<AppBarButton.Icon>
<SymbolIcon Symbol="Accept"/>
</AppBarButton.Icon>
</AppBarButton>