Back to Devexpress

TaskbarAssistant.ThumbnailClipRegion Property

windowsforms-devexpress-dot-utils-dot-taskbar-dot-taskbarassistant-583905e0.md

latest1.5 KB
Original Source

TaskbarAssistant.ThumbnailClipRegion Property

Gets or sets the region of the application window that is used as a thumbnail in the live thumbnail preview.

Namespace : DevExpress.Utils.Taskbar

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DXCategory("Appearance")]
public Rectangle ThumbnailClipRegion { get; set; }
vb
<DXCategory("Appearance")>
Public Property ThumbnailClipRegion As Rectangle

Property Value

TypeDescription
Rectangle

The region of the application window that is used as a thumbnail in the live thumbnail preview.

|

Remarks

Use this property to display a specific portion of the application window as a thumbnail in the live thumbnail preview.

See Also

TaskbarAssistant Class

TaskbarAssistant Members

DevExpress.Utils.Taskbar Namespace