Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace : ImageViewerItemChangedReason Enumeration |
public enum ImageViewerItemChangedReason : System.Enum
'Declaration
Public Enum ImageViewerItemChangedReason Inherits System.Enum
Value | Member | Description |
---|---|---|
0x00000000 | Size | The item size has changed |
0x00000001 | Transform | The item transformation has changed |
0x00000002 | Enabled | The item IsEnabled value has changed |
0x00000003 | Selected | The item IsSelected value has changed |
0x00000004 | Hovered | The item IsHovered value has changed |
0x00000005 | Text | The item Text value has changed |
0x00000006 | Url | The item Url value has changed |
0x00000007 | Drop | The item was the target of a drag/drop and the image data has changed |
0x00000008 | Drag | The item was the source of a move drag/drop operation and the image data has changed |
0x00000009 | Image | The item Image or SvgDocument value has changed. |
0x0000000A | ImageChanged | The item Image has changed. This is when the image itself has changed, for example, the user inverted or flipped the image data. |
0x0000000B | Floater | The item Floater value has changed |
0x0000000C | FloaterTransform | The item FloaterTransform value has changed |
0x0000000D | BackImageUrl | The item BackImageUrl value has changed |
0x0000000E | BackImage | The item BackImage value has changed |
For more information, refer to ImageViewer.ItemChanged.
For an example, refer to ImageViewer.ItemChanged.
System.Object
System.ValueType
System.Enum
Leadtools.Controls.ImageViewerItemChangedReason