Freigeben über


NavigationViewItemPresenter.Icon Eigenschaft

Definition

Ruft das Symbol in einem NavigationView-Element ab oder legt es fest.

Äquivalente WinUI 2-API für UWP: Microsoft.UI.Xaml.Controls.Primitives.NavigationViewItemPresenter.Icon (Informationen zu WinUI in der Windows App SDK finden Sie im 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

Eigenschaftswert

Das NavigationView-Elementsymbol.

Gilt für: