Skip to main content

ITaskbarButtonService.ThumbnailClipMarginCallback Property

Gets or sets the ThumbnailClipMargin property callback.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

Func<Size, Thickness> ThumbnailClipMarginCallback { get; set; }

Property Value

Type
Func<Size, Thickness>
See Also