The WPF notify icon or system tray icon displays information from the notification area of desktop. It can be used as a tooltip, notification, or balloon message. It supports different animations and shapes for notification.
The WPF notify icon control has the option to set balloon tip icons such as warnings, info, errors, and none. It has the option to display a balloon tip header.
The WPF notify icon control has options to set various balloon tip shapes such as balloon, rectangle, and rounded rectangle.
Custom colors can be applied to the header and the information area of the notification icon.
Easily get started with the WPF Notify Icon using a few simple lines of XAML and C# code example as demonstrated below. Also explore our WPF Notify Icon Example that shows you how to render and configure the Notify Icon in WPF.
<syncfusion:NotifyIcon Name="notify" Header="NotifyIcon" Height="80" Width="150" Icon="Image\NotifyIcon.jpg" Text="Notify me"/>
NotifyIcon notifyIcon = new NotifyIcon();
notifyIcon.Icon = new BitmapImage(new Uri("Image/unnamed.jpg", UriKind.RelativeOrAbsolute));
this. Content = notifyIcon;
The Syncfusion WPF Notify Icon provides the following:
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.
A good place to start would be our comprehensive getting started documentation.
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.