Leadtools.Controls Namespace : ImageViewerItemChangedReason Enumeration |
Leadtools.Controls.ImageViewerItemChangedReason = function() { };
Leadtools.Controls.ImageViewerItemChangedReason.prototype = {
size = 0,
transform = 1,
enabled = 2,
selected = 3,
hovered = 4,
text = 5,
url = 6,
drop = 7,
drag = 8,
image = 9,
imageChanged = 10,
floater = 11,
floaterTransform = 12,
backImageUrl = 13,
backImage = 14,
};
Value | Member | Description |
---|---|---|
0 | size | The item size has changed |
1 | transform | The item transformation has changed |
2 | enabled | The item IsEnabled value has changed |
3 | selected | The item IsSelected value has changed |
4 | hovered | The item IsHovered value has changed |
5 | text | The item Text value has changed |
6 | url | The item Url value has changed |
7 | drop | The item was the target of a drag/drop and the image data has changed |
8 | drag | The item was the source of a move drag/drop operation and the image data has changed |
9 | image | The item Image or Canvas value has changed. |
10 | imageChanged | The item Image has changed. This is when the image itself has changed, for example, the user inverted or flipped the image data. |
11 | floater | The item Floater value has changed |
12 | floaterTransform | The item FloaterTransform value has changed |
13 | backImageUrl | The item BackImageUrl value has changed |
14 | backImage | The item BackImage value has changed |
For more information, refer to ImageViewer.ItemChanged.
For an example, refer to ImageViewer.ItemChanged.