Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.08 KB

appbartogglebutton_icon.md

File metadata and controls

41 lines (30 loc) · 1.08 KB
-api-id -api-type
P:Windows.UI.Xaml.Controls.AppBarToggleButton.Icon
winrt property

Windows.UI.Xaml.Controls.AppBarToggleButton.Icon

-description

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

-xaml-syntax

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

-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 toggle button.

-remarks

-examples

-see-also

Symbol, IconElement, SymbolIcon, FontIcon, PathIcon