Back to Devexpress

IToastNotificationProperties.HeroImagePath Property

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-itoastnotificationproperties-2fb2d020.md

latest1.5 KB
Original Source

IToastNotificationProperties.HeroImagePath Property

Gets or sets the path to 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
string HeroImagePath { get; set; }
vb
Property HeroImagePath As String

Property Value

TypeDescription
String

A String value that specifies the path to this notification’s hero image.

|

See Also

IToastNotificationProperties Interface

IToastNotificationProperties Members

DevExpress.XtraBars.ToastNotifications Namespace