MenuFlyoutSubItem.Icon Property

Definition

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

C#
public IconElement Icon { get; set; }
XAML
<MenuFlyoutSubItem Icon="symbolName" .../>
- or -
<MenuFlyoutSubItem>
    <MenuFlyoutSubItem.Icon>
        iconElement
    </MenuFlyoutSubItem.Icon>
</MenuFlyoutSubItem>

Property Value

The graphic content of the menu flyout subitem.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6