The following tables list the members exposed by ImageViewerActiveItemInteractiveMode.
| Name | Description | |
|---|---|---|
|  | ImageViewerActiveItemInteractiveMode | Initializes a new instance of ImageViewerActiveItemInteractiveMode with default parameters. | 
| Name | Description | |
|---|---|---|
|  | ImageViewerInteractiveMode | Initializes a new instance of ImageViewerInteractiveMode. (Inherited from ImageViewerInteractiveMode) | 
| Name | Description | |
|---|---|---|
|  | Start | Starts the mode. | 
|  | Stop | Stops the mode. | 
|  | ToString | Returns the user friendly name of this mode. (Inherited from ImageViewerInteractiveMode) | 
| Name | Description | |
|---|---|---|
|  | CanStartWork | Gets a value that indicates whether the mode can start work. (Inherited from ImageViewerInteractiveMode) | 
|  | CanWorkOnItem | Gets a value that indicates whether this mode can work on a given item. (Inherited from ImageViewerInteractiveMode) | 
|  | GetItemWorkBounds | Get the work bounds of an item. (Inherited from ImageViewerInteractiveMode) | 
|  | GetWorkBounds | Current work bounds for this mode. (Inherited from ImageViewerInteractiveMode) | 
|  | OnWorkCompleted | Indicates that this mode has completed working and raises the WorkCompleted event. (Inherited from ImageViewerInteractiveMode) | 
|  | OnWorkStarted | Indicates that this mode has started working and raises the WorkStarted event. (Inherited from ImageViewerInteractiveMode) | 
|  | UpdateAutoItem | Updates the Item property. (Inherited from ImageViewerInteractiveMode) | 
| Name | Description | |
|---|---|---|
|  | AutoItemMode | Indicates how the mode updates the Item property. (Inherited from ImageViewerInteractiveMode) | 
|  | HideCursorWhileWorking | Indicates whether to hide the mouse cursor when this mode is working. (Inherited from ImageViewerInteractiveMode) | 
|  | HitTestState | Indicates this mode hit-test state. (Inherited from ImageViewerInteractiveMode) | 
|  | HitTestStateCursor | Mouse cursor to use for the hit-test state of this ImageViewerInteractiveMode. (Inherited from ImageViewerInteractiveMode) | 
|  | Id | Unique ID of this mode | 
|  | IdleCursor | Mouse cursor to use for the idle state of this ImageViewerInteractiveMode. (Inherited from ImageViewerInteractiveMode) | 
|  | ImageViewer | Image Viewer for this mode. (Inherited from ImageViewerInteractiveMode) | 
|  | InteractiveService | Interactive service for this mode. (Inherited from ImageViewerInteractiveMode) | 
|  | IsDragMouseWheelEnabled | Indicates whether this mode accepts drag events originated using the mouse wheel. (Inherited from ImageViewerInteractiveMode) | 
|  | IsEnabled | Indicates if this mode is currently enabled and can work. (Inherited from ImageViewerInteractiveMode) | 
|  | IsHoverEnabled | Indicates of this mode will update the IsHovered state while working. | 
|  | IsKeyboardEnabled | Indicates whether the user can use the keyboard to select the active item in the current ViewLayout. | 
|  | IsStarted | Gets a value that indicates if this mode has started. (Inherited from ImageViewerInteractiveMode) | 
|  | IsWorking | Gets a value that indicates whether this mode is working. (Inherited from ImageViewerInteractiveMode) | 
|  | Item | Overrides Item | 
|  | ItemPart | Item part that this mode will use when working. (Inherited from ImageViewerInteractiveMode) | 
|  | MouseButtons | Mouse button(s) associated with this mode. (Inherited from ImageViewerInteractiveMode) | 
|  | Name | Name of this mode. | 
|  | Tag | User defined data for this ImageViewerInteractiveMode. (Inherited from ImageViewerInteractiveMode) | 
|  | WorkingCursor | Mouse cursor to use for the working state of this ImageViewerInteractiveMode. (Inherited from ImageViewerInteractiveMode) | 
|  | WorkOnBounds | Indicates whether this mode will only work if the original click or touch was in a specified bounding area. (Inherited from ImageViewerInteractiveMode) | 
| Name | Description | |
|---|---|---|
|  | WorkCompleted | Occurs when this mode completes the work. (Inherited from ImageViewerInteractiveMode) | 
|  | WorkStarted | Occurs when this mode starts working. (Inherited from ImageViewerInteractiveMode) |