NavigationViewItemPresenter.InfoBadge 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定項目上 NavigationView
顯示的資訊徽章。
InfoBadge InfoBadge();
void InfoBadge(InfoBadge value);
public InfoBadge InfoBadge { get; set; }
var infoBadge = navigationViewItemPresenter.infoBadge;
navigationViewItemPresenter.infoBadge = infoBadge;
Public Property InfoBadge As InfoBadge
屬性值
項目上 NavigationView
顯示的資訊徽章。