MenuFlyoutSubItem.Icon 속성

정의

메뉴 플라이아웃 하위 항목의 그래픽 콘텐츠를 가져오거나 설정합니다.

public:
 property IconElement ^ Icon { IconElement ^ get(); void set(IconElement ^ value); };
IconElement Icon();

void Icon(IconElement value);
public IconElement Icon { get; set; }
var iconElement = menuFlyoutSubItem.icon;
menuFlyoutSubItem.icon = iconElement;
Public Property Icon As IconElement
<MenuFlyoutSubItem Icon="symbolName" .../>
- or -
<MenuFlyoutSubItem>
    <MenuFlyoutSubItem.Icon>
        iconElement
    </MenuFlyoutSubItem.Icon>
</MenuFlyoutSubItem>

속성 값

메뉴 플라이아웃 하위 항목의 그래픽 콘텐츠입니다.

적용 대상