Back to Devexpress

ToastNotification.AppLogoImage Property

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-toastnotification-8163e973.md

latest2.1 KB
Original Source

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

Property Value

TypeDefaultDescription
Imagenull

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 ToastNotification.AppLogoImageCrop property.

Implements

AppLogoImage

See Also

ToastNotification Class

ToastNotification Members

DevExpress.XtraBars.ToastNotifications Namespace