NavigationViewItemPresenter.InfoBadge Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.