NavigationViewItemPresenter.InfoBadge Property

Definition

Gets or sets the informational badge shown on a NavigationView item.

InfoBadge InfoBadge();

void InfoBadge(InfoBadge value);
public InfoBadge InfoBadge { get; set; }
var infoBadge = navigationViewItemPresenter.infoBadge;
navigationViewItemPresenter.infoBadge = infoBadge;
Public Property InfoBadge As InfoBadge

Property Value

The informational badge shown on a NavigationView item.

Applies to