Windows.UI.Xaml.Controls.AppBarButton.Icon

June 22, 2022 · View on GitHub

-description

Gets or sets the graphic content of the app bar button.

-xaml-syntax

<AppBarButton Icon="symbolName" .../>
- or -
<AppBarButton>
    <AppBarButton.Icon>
        iconElement
    </AppBarButton.Icon>
</AppBarButton>

-xaml-values

symbolName
symbolNameA named constant of the Symbol enumeration.
iconElement
iconElementA single object element that derives from IconElement and describes the graphic content of the button. The object element is typically one of these classes: SymbolIcon, FontIcon, or PathIcon.
## -property-value The graphic content of the app bar button.

-remarks

-examples

-see-also

Symbol, IconElement, SymbolIcon, FontIcon, PathIcon