LEADTOOLS Windows Forms (Leadtools.WinForms assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
InteractiveRegionType Property
See Also 
Leadtools.WinForms Namespace > RasterImageViewer Class : InteractiveRegionType Property



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

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Interactive Mode")>
<DescriptionAttribute("The type of region to create when the user creates regions interactively.")>
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# 
[CategoryAttribute("Interactive Mode")]
[DescriptionAttribute("The type of region to create when the user creates regions interactively.")]
public virtual RasterViewerInteractiveRegionType InteractiveRegionType {get; set;}
C++/CLI 
[CategoryAttribute("Interactive Mode")]
[DescriptionAttribute("The type of region to create when the user creates regions interactively.")]
public:
virtual property RasterViewerInteractiveRegionType InteractiveRegionType {
   RasterViewerInteractiveRegionType get();
   void set (    RasterViewerInteractiveRegionType value);
}

Property Value

The type of region to create.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also