NavigationViewItemPresenter.Icon Property

Definition

Gets or sets the icon in a NavigationView item.

This documentation applies to WinUI 2 for UWP (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; }
Public Property Icon As IconElement

Property Value

The NavigationView item's icon.

Applies to