ThumbnailDropPositionIndicator Enumeration |
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)
Syntaxpublic enum ThumbnailDropPositionIndicator
Public Enumeration ThumbnailDropPositionIndicator
Members
| Member name | Description |
---|
| 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