Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 907 Bytes

menuflyoutitem_icon.md

File metadata and controls

39 lines (28 loc) · 907 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.MenuFlyoutItem.Icon
winrt property

Microsoft.UI.Xaml.Controls.MenuFlyoutItem.Icon

-description

Gets or sets the graphic content of the menu flyout item.

-xaml-syntax

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

-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 menu flyout item.

-see-also

-examples