NavigationViewItemPresenter.Icon Property

Definition

Gets or sets the icon in a NavigationView item.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.Primitives.NavigationViewItemPresenter.Icon (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

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

Property Value

The NavigationView item's icon.

Applies to