Click or drag to resize

ApplicationIHandlerBadgeLabel Property

Gets or sets the badge label on the application icon in the dock, taskbar, etc.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
string BadgeLabel { get; set; }

Property Value

Type: String
The badge label.
Remarks
This allows you to specify the text to show as a label to notify the state of your application to the user. Note that some platforms (iOS) only support numeric badge labels.
See Also