Click or drag to resize

ThumbnailDropPositionIndicator Enumeration

Defines the drop position indicator used with the ThumbnailView.

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 enum ThumbnailDropPositionIndicator
Members
  Member nameDescription
Rectangle The drop position thumbnail will show a rectangle around it.
IBeam An IBeam indicator is rendered between the thumbnails to show the insert position.
Custom Causes the EraseDropPositionIndicator and PaintDropPositionIndicator events to fire for custom drawing.
See Also