Back to Devexpress

TaskbarButtonService.ThumbnailClipMarginCallback Property

wpf-devexpress-dot-mvvm-dot-ui-dot-taskbarbuttonservice-40730741.md

latest1.2 KB
Original Source

TaskbarButtonService.ThumbnailClipMarginCallback Property

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

Namespace : DevExpress.Mvvm.UI

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Func<Size, Thickness> ThumbnailClipMarginCallback { get; set; }
vb
Public Property ThumbnailClipMarginCallback As Func(Of Size, Thickness)

Property Value

Type
Func<Size, Thickness>

See Also

TaskbarButtonService Class

TaskbarButtonService Members

DevExpress.Mvvm.UI Namespace