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



Gets or sets the region Leadtools.RasterRegionCombineMode to be used when the user creates regions interactively.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("The region combine mode to be used when the user creates regions interactively.")>
<CategoryAttribute("Interactive Mode")>
Public Overridable Property InteractiveRegionCombineMode As RasterRegionCombineMode
Visual Basic (Usage)Copy Code
Dim instance As RasterImageViewer
Dim value As RasterRegionCombineMode
 
instance.InteractiveRegionCombineMode = value
 
value = instance.InteractiveRegionCombineMode
C# 
[DescriptionAttribute("The region combine mode to be used when the user creates regions interactively.")]
[CategoryAttribute("Interactive Mode")]
public virtual RasterRegionCombineMode InteractiveRegionCombineMode {get; set;}
C++/CLI 
[DescriptionAttribute("The region combine mode to be used when the user creates regions interactively.")]
[CategoryAttribute("Interactive Mode")]
public:
virtual property RasterRegionCombineMode InteractiveRegionCombineMode {
   RasterRegionCombineMode get();
   void set (    RasterRegionCombineMode value);
}

Property Value

The Leadtools.RasterRegionCombineMode to be used when the user creates regions interactively.

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