Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
InteractiveRegionType Property
See Also 
Leadtools.WinForms Namespace > RasterImageViewer Class : InteractiveRegionType Property




Gets and sets the value that determines the type of region to create when InteractiveMode is set to RasterViewerInteractiveMode.Region

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("The type of region to create when the user creates regions interactively.")>
<CategoryAttribute("Interactive Mode")>
Public Overridable Property InteractiveRegionType As RasterViewerInteractiveRegionType
Visual Basic (Usage)Copy Code
Dim instance As RasterImageViewer
Dim value As RasterViewerInteractiveRegionType
 
instance.InteractiveRegionType = value
 
value = instance.InteractiveRegionType
C# 
[DescriptionAttribute("The type of region to create when the user creates regions interactively.")]
[CategoryAttribute("Interactive Mode")]
public virtual RasterViewerInteractiveRegionType InteractiveRegionType {get; set;}
Managed Extensions for C++ 
[DescriptionAttribute("The type of region to create when the user creates regions interactively.")]
[CategoryAttribute("Interactive Mode")]
public: __property virtual RasterViewerInteractiveRegionType get_InteractiveRegionType();
public: __property virtual void set_InteractiveRegionType( 
   RasterViewerInteractiveRegionType value
);
C++/CLI 
[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);
}

Return Value

The type of region to create.

Example

Refer to InteractiveMode.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also