Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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);
}

Return Value

The type of region to create.

Example

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