| ApplicationBadgeLabel 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
Syntaxpublic string BadgeLabel { get; set; }Public Property BadgeLabel As String
	Get
	Set
member BadgeLabel : string with get, set
Property Value
Type: 
StringThe badge label.
 Remarks
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
See Also