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.| Visual Basic (Declaration) | |
|---|---|
Public Property InteractiveRegionType As BitmapSourceViewerInteractiveRegionType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| 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 | |
Metadata properties set to true | None |
Return Value
The type of region to create.For XAML example, refer to BitmapSourceViewer.InteractiveMode.
For C#/VB examples, refer to BitmapSourceViewer.InteractiveMode.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
Copy Code