Skip to main content

TaskbarButtonService.ThumbnailClipMarginCallback Property

Gets or sets the ThumbnailClipMargin property callback. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

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

Property Value

Type
Func<Size, Thickness>
See Also