Back to Devexpress

ToastNotification.HeroImagePath Property

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

latest1.8 KB
Original Source

ToastNotification.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
[DefaultValue(null)]
[DXCategory("Appearance")]
[ToastNotificationType(ToastNotificationType.Generic)]
public string HeroImagePath { get; set; }
vb
<DefaultValue(Nothing)>
<ToastNotificationType(ToastNotificationType.Generic)>
<DXCategory("Appearance")>
Public Property HeroImagePath As String

Property Value

TypeDefaultDescription
Stringnull

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

|

Implements

HeroImagePath

See Also

ToastNotification Class

ToastNotification Members

DevExpress.XtraBars.ToastNotifications Namespace