Back to Devexpress

IToastNotificationProperties.AppLogoImage Property

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-itoastnotificationproperties-31cc71d7.md

latest1.8 KB
Original Source

IToastNotificationProperties.AppLogoImage Property

Gets or sets 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
Image AppLogoImage { get; set; }
vb
Property AppLogoImage As Image

Property Value

TypeDescription
Image

An Image that is the application logo image.

|

Remarks

At 100% scale, the AppLogoImage image has the 48x48 pixel size.

The AppLogoImage image can be cropped using the IToastNotificationProperties.AppLogoImageCrop property.

See Also

IToastNotificationProperties Interface

IToastNotificationProperties Members

DevExpress.XtraBars.ToastNotifications Namespace