PersonPicture.BadgeNumber 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 contact number to display on the badge.
Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.PersonPicture.BadgeNumber (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; }
var int32 = personPicture.badgeNumber;
personPicture.badgeNumber = int32;
Public Property BadgeNumber As Integer
<PersonPicture BadgeNumber="int"/>
Property Value
Int32
int
The contact number to display on the badge.