NavigationViewItem.IconProperty Property

Definition

Identifies the Icon dependency property.

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

public:
 static property DependencyProperty ^ IconProperty { DependencyProperty ^ get(); };
static DependencyProperty IconProperty();
public static DependencyProperty IconProperty { get; }
var dependencyProperty = NavigationViewItem.iconProperty;
Public Shared ReadOnly Property IconProperty As DependencyProperty

Property Value

The identifier for the Icon dependency property.

Applies to