Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
InteractiveRegionType Property
See Also 
Leadtools.Windows.Controls Namespace > BitmapSourceViewer Class : InteractiveRegionType Property





This member is available in the WPF Express Edition. See the LEADTOOLS products page for full details on more WPF features available with LEADTOOLS toolkits.

This is not supported yet.

Syntax

Visual Basic (Declaration) 
Public Property InteractiveRegionType As BitmapSourceViewerInteractiveRegionType
Visual Basic (Usage)Copy Code
Dim instance As BitmapSourceViewer
Dim value As BitmapSourceViewerInteractiveRegionType
 
instance.InteractiveRegionType = value
 
value = instance.InteractiveRegionType
C# 
public BitmapSourceViewerInteractiveRegionType InteractiveRegionType {get; set;}
Managed Extensions for C++ 
public: __property BitmapSourceViewerInteractiveRegionType get_InteractiveRegionType();
public: __property void set_InteractiveRegionType( 
   BitmapSourceViewerInteractiveRegionType value
);
C++/CLI 
public:
property BitmapSourceViewerInteractiveRegionType InteractiveRegionType {
   BitmapSourceViewerInteractiveRegionType get();
   void set (BitmapSourceViewerInteractiveRegionType value);
}
XAML Attributes Usage 

<object InteractiveRegionType=Leadtools.Windows.Controls.BitmapSourceViewerInteractiveRegionType .../>

Dependency Property Information 

Identifier field

InteractiveRegionTypeProperty

Metadata properties set to true

None

Return Value

The type of region to create.

Example

For XAML example, refer to BitmapSourceViewer.InteractiveMode.

For C#/VB examples, refer to BitmapSourceViewer.InteractiveMode.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also