PersonPicture.BadgeNumber Property

Definition

Gets or sets the contact number to display on the badge.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property int BadgeNumber { int get(); void set(int value); };
int BadgeNumber();

void BadgeNumber(int value);
public int BadgeNumber { get; set; }
Public Property BadgeNumber As Integer
<PersonPicture BadgeNumber="int"/>

Property Value

Int32

int

The contact number to display on the badge.

Applies to