Leadtools.Controls Namespace : ImageViewerInteractiveMode Object |
The following tables list the members exposed by ImageViewerInteractiveMode.
Name | Description | |
---|---|---|
![]() | ActiveItemModeId | ImageViewerActiveItemInteractiveMode ID. |
![]() | AddRegionModeId | ImageViewerAddRegionInteractiveMode ID. For future use. |
![]() | AutoPanModeId | ImageViewerAutoPanInteractiveMode ID. |
![]() | CenterAtModeId | ImageViewerCenterAtInteractiveMode ID. |
![]() | DragModeId | ImageViewerDragInteractiveMode ID. |
![]() | FloaterModeId | ImageViewerFloaterInteractiveMode |
![]() | MagnifyGlassModeId | ImageViewerMagnifyGlassInteractiveMode ID. |
![]() | NoneModeId | ImageViewerNoneInteractiveMode ID. |
![]() | PagerModeId | ImageViewerPagerInteractiveMode ID. |
![]() | PanZoomModeId | ImageViewerPanZoomInteractiveMode ID. |
![]() | RubberBandModeId | ImageViewerRubberBandInteractiveMode ID. |
![]() | SelectItemsModeId | ImageViewerSelectItemsInteractiveMode ID. |
![]() | SpyGlassModeId | ImageViewerSpyGlassInteractiveMode ID. |
![]() | UserModeId | Start of user interactive modes ID. |
![]() | ZoomAtModeId | ImageViewerZoomAtInteractiveMode ID. |
![]() | ZoomToModeId | ImageViewerZoomToInteractiveMode ID. |
Name | Description | |
---|---|---|
![]() | AutoDisableTransitions | Automatically disable CSS transitions while this mode is working. |
![]() | AutoItemMode | Indicates how the mode updates the Item property. |
![]() | HitTestState | Indicates this mode hit-test state. |
![]() | HitTestStateCursor | Mouse cursor to use for the hit-test state of this ImageViewerInteractiveMode. |
![]() | Id | Unique ID of this mode. |
![]() | IdleCursor | Mouse cursor to use for the idle state of this ImageViewerInteractiveMode |
![]() | ImageViewer | Image Viewer for this mode. |
![]() | InteractiveService | Interactive service for this mode. |
![]() | IsDragMouseWheelEnabled | Indicates whether this mode accepts drag events originated using the mouse wheel. |
![]() | IsEnabled | Indicates of this mode is currently enabled and can work. |
![]() | IsStarted | Gets a value that indicate if this mode has started. |
![]() | IsWorking | Gets a value that indicates whether this mode is working. |
![]() | Item | Item that the mode will use as the work source. |
![]() | ItemPart | Item part that this mode will use when working. |
![]() | MouseButtons | Mouse button(s) associated with this mode. |
![]() | Name | User friendly name of this mode. |
![]() | Tag | User defined data for this ImageViewerInteractiveMode |
![]() | WorkingCursor | Mouse cursor to use for the working state of this ImageViewerInteractiveMode. |
![]() | WorkOnBounds | Indicates whether this mode will only work if the original click or touch was in a specified bounding area. |
Name | Description | |
---|---|---|
![]() | Start | Starts the mode. |
![]() | Stop | Stops the mode. |
![]() | ToString | Returns the user friendly name of this mode. |
Name | Description | |
---|---|---|
![]() | CanStartWork | Gets a value that indicates whether the mode can start work. |
![]() | CanWorkOnItem | Gets a value that indicate whether this mode can work on a given item. |
![]() | GetItemWorkBounds | Get the work bounds of an item. |
![]() | GetWorkBounds | Current work bounds for this mode. |
![]() | OnWorkCompleted | Indicates that this mode has completed working and raises the WorkCompleted event. |
![]() | OnWorkStarted | Indicates that this mode has started working and raises the WorkStarted event. |
![]() | UpdateAutoItem | Updates the Item property. |
Name | Description | |
---|---|---|
![]() | WorkCompleted | Occurs when this mode completes the work. |
![]() | WorkStarted | Occurs when this mode starts working. |