NavigationViewItem.InfoBadge Propiedad

Definición

Obtiene o establece el objeto InfoBadge que se va a mostrar en navigationViewItem.

/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
InfoBadge InfoBadge();

void InfoBadge(InfoBadge value);
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
public InfoBadge InfoBadge { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] set; }
var infoBadge = navigationViewItem.infoBadge;
navigationViewItem.infoBadge = infoBadge;
Public Property InfoBadge As InfoBadge

Valor de propiedad

Distintivo que se va a mostrar en navigationViewItem. El valor predeterminado es null.

Atributos
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackAttribute

Se aplica a

Consulte también