Skip to main content
A newer version of this page is available. .

ITaskbarButtonService.ThumbnailClipMarginCallback Property

Gets or sets the ThumbnailClipMargin property callback.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

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

Property Value

Type
Func<Size, Thickness>
See Also