MenuFlyoutItem.Icon 속성

정의

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

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

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

속성 값

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

적용 대상