다음을 통해 공유


NavigationViewItemPresenter.Icon 속성

정의

NavigationView 항목의 아이콘을 가져오거나 설정합니다.

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

void Icon(IconElement value);
public IconElement Icon { get; set; }
var iconElement = navigationViewItemPresenter.icon;
navigationViewItemPresenter.icon = iconElement;
Public Property Icon As IconElement

속성 값

NavigationView 항목의 아이콘입니다.

적용 대상