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

ITaskbarButtonService.ThumbnailClipMargin Property

Gets or sets the thumbnail clipping margins

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

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

Declaration

Thickness ThumbnailClipMargin { get; set; }

Property Value

Type Description
Thickness

A System.Windows.Thickness value.

The default is 0.

See Also