Back to Devexpress

IToastNotificationProperties.AppLogoImagePath Property

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-itoastnotificationproperties-5b4b0aa1.md

latest1.7 KB
Original Source

IToastNotificationProperties.AppLogoImagePath Property

Gets or sets the path to the image that is used as the application logo image. 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 AppLogoImagePath { get; set; }
vb
Property AppLogoImagePath As String

Property Value

TypeDescription
String

A String value that specifies the path to the image that is used as the application logo image.

|

Remarks

You can also assign the required logo image to the IToastNotificationProperties.AppLogoImage property directly.

See Also

IToastNotificationProperties Interface

IToastNotificationProperties Members

DevExpress.XtraBars.ToastNotifications Namespace