Public Property ImageSource As ImageSource
public ImageSource ImageSource {get; set;}
Public Property ImageSource As ImageSource
public ImageSource ImageSource {get; set;}
{
Notification notification = new()
{
Title = FrameworkApplication.Title,
Message = "Notification 1",
ImageSource = Application.Current.Resources["ToastLicensing32"] as ImageSource
};
FrameworkApplication.AddNotification(notification);
}
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)