Share via


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 項目のアイコン。

適用対象