Back to Devexpress

IToastNotificationProperties.Image Property

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-itoastnotificationproperties-0a1995e6.md

latest1.9 KB
Original Source

IToastNotificationProperties.Image Property

Gets or sets this notification’s image.

Namespace : DevExpress.XtraBars.ToastNotifications

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
Image Image { get; set; }
vb
Property Image As Image

Property Value

TypeDescription
Image

An Image object displayed within this notification.

|

Remarks

An image, assigned to the Image property, is shown within the notification only if one of four image-supporting IToastNotificationProperties.Templates is currently applied to this notification. See the Toast Notification Manager topic for the details.

See Also

Template

Toast Notification Manager

IToastNotificationProperties Interface

IToastNotificationProperties Members

DevExpress.XtraBars.ToastNotifications Namespace