Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

InteractiveRegionType Property






Gets or sets the value that determines the type of region to create when InteractiveMode is set to RasterViewerInteractiveMode.Region
Syntax
[DescriptionAttribute("The type of region to create when the user creates regions interactively.")]
[CategoryAttribute("Interactive Mode")]
public virtual RasterViewerInteractiveRegionType InteractiveRegionType {get; set;}
'Declaration
 
<DescriptionAttribute("The type of region to create when the user creates regions interactively.")>
<CategoryAttribute("Interactive Mode")>
Public Overridable Property InteractiveRegionType As RasterViewerInteractiveRegionType
'Usage
 
Dim instance As RasterImageViewer
Dim value As RasterViewerInteractiveRegionType
 
instance.InteractiveRegionType = value
 
value = instance.InteractiveRegionType

            

            
[DescriptionAttribute("The type of region to create when the user creates regions interactively.")]
[CategoryAttribute("Interactive Mode")]
public:
virtual property RasterViewerInteractiveRegionType InteractiveRegionType {
   RasterViewerInteractiveRegionType get();
   void set (    RasterViewerInteractiveRegionType value);
}

Property Value

The type of region to create.
Example
Refer to InteractiveMode.
Requirements

Target Platforms

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

Error processing SSI file