Click or drag to resize

ThumbnailViewThumbnailOffset Property

Gets or sets the amount to offset the thumbnail image from the top-left corner of the thumbnail area.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Point ThumbnailOffset { get; set; }

Property Value

Type: Point
The amount to offset the thumbnail image.
Remarks
This is useful when using a thumbnail background image to allow exact positioning of the thumbnail on the background.
See Also