次の方法で共有


NavigationViewItemPresenter.Icon プロパティ

定義

NavigationView 項目のアイコンを取得または設定します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.Primitives.NavigationViewItemPresenter.Icon (Windows App SDKの WinUI の場合は、Windows App SDK名前空間を参照してください)。

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

適用対象