Skip to main content

ITaskbarButtonService.ThumbnailClipMargin Property

Gets or sets the thumbnail clipping margins

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

Thickness ThumbnailClipMargin { get; set; }

Property Value

Type Description
Thickness

A System.Windows.Thickness value.

The default is 0.

See Also