Back to Devexpress

ToastNotification.AppLogoImageCrop Property

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

latest1.9 KB
Original Source

ToastNotification.AppLogoImageCrop Property

Gets or sets the way the ToastNotification.AppLogoImage is cropped.

Namespace : DevExpress.XtraBars.ToastNotifications

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(AppLogoCrop.Default)]
[DXCategory("Appearance")]
[ToastNotificationType(ToastNotificationType.Generic)]
public AppLogoCrop AppLogoImageCrop { get; set; }
vb
<DefaultValue(AppLogoCrop.Default)>
<ToastNotificationType(ToastNotificationType.Generic)>
<DXCategory("Appearance")>
Public Property AppLogoImageCrop As AppLogoCrop

Property Value

TypeDefaultDescription
DevExpress.XtraBars.ToastNotifications.AppLogoCropDefault

A DevExpress.XtraBars.ToastNotifications.AppLogoCrop enumerator value that specifies the way the ToastNotification.AppLogoImage is cropped.

|

Implements

AppLogoImageCrop

See Also

ToastNotification Class

ToastNotification Members

DevExpress.XtraBars.ToastNotifications Namespace