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



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

Syntax

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

Return Value

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

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