Back to Devexpress

ToastNotification.HeroImage Property

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-toastnotification-d83c4e24.md

latest1.9 KB
Original Source

ToastNotification.HeroImage Property

Gets or sets the “hero image” - an image docked to the notification’s top. This image is shown when the notification has the Generic template applied.

Namespace : DevExpress.XtraBars.ToastNotifications

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Appearance")]
[ToastNotificationType(ToastNotificationType.Generic)]
public Image HeroImage { get; set; }
vb
<DefaultValue(Nothing)>
<ToastNotificationType(ToastNotificationType.Generic)>
<DXCategory("Appearance")>
Public Property HeroImage As Image

Property Value

TypeDefaultDescription
Imagenull

An Image that is the hero image for this notification.

|

Remarks

Implements

HeroImage

See Also

ToastNotification Class

ToastNotification Members

DevExpress.XtraBars.ToastNotifications Namespace