Error processing SSI file
(Leadtools.Controls)

Show in webframe

ImageViewerItemChangedReason Enumeration




Describes the reason why an item has been changed in the ImageViewer
Syntax
public enum ImageViewerItemChangedReason : System.Enum 
'Declaration
 
Public Enum ImageViewerItemChangedReason 
   Inherits System.Enum
Members
ValueMemberDescription
0x00000000Size The item size has changed
0x00000001Transform The item transformation has changed
0x00000002Enabled The item IsEnabled value has changed
0x00000003Selected The item IsSelected value has changed
0x00000004Hovered The item IsHovered value has changed
0x00000005Text The item Text value has changed
0x00000006Url The item Url value has changed
0x00000007Drop The item was the target of a drag/drop and the image data has changed
0x00000008Drag The item was the source of a move drag/drop operation and the image data has changed
0x00000009Image The item Image or SvgDocument value has changed.
0x0000000AImageChanged The item Image has changed. This is when the image itself has changed, for example, the user inverted or flipped the image data.
0x0000000BFloater The item Floater value has changed
0x0000000CFloaterTransform The item FloaterTransform value has changed
0x0000000DBackImageUrl The item BackImageUrl value has changed
0x0000000EBackImage The item BackImage value has changed
Remarks

For more information, refer to ImageViewer.ItemChanged.

Example

For an example, refer to ImageViewer.ItemChanged.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Controls.ImageViewerItemChangedReason

Requirements

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

Error processing SSI file