Error processing SSI file
(Leadtools.Controls)

Show in webframe

DefaultInteractiveMode Property




Default interactive mode.
Syntax
public ImageViewerInteractiveMode DefaultInteractiveMode {get; set;}
'Declaration
 
Public Property DefaultInteractiveMode As ImageViewerInteractiveMode

Property Value

The default interactive mode. Default value is null. This value can be null.
Remarks

The default interactive mode is the item in InteractiveModes that will act first when the user clicks the mouse or presses down using touch and is defined as following:

When quering the value of DefaultInteractiveMode, the viewer will return the first mode in InteractiveModes that satsifies the conditions above. If no modes satisfies these conditions, then DefaultInteractiveMode will return null.

When setting the value of DefaultInteractiveMode, the viewer will perform the following:

For more information, refer to Image Viewer Interactive Modes.

Requirements

Target Platforms

See Also

Reference

ImageViewer Class
ImageViewer Members

Error processing SSI file