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





Specifies the type of geometry to be created.

Syntax

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

<object InteractiveGeometryType=Leadtools.Windows.Controls.BitmapSourceViewerInteractiveGeometryType .../>

Dependency Property Information 

Identifier field

InteractiveGeometryTypeProperty

Metadata properties set to true

None

Return Value

The type of geometry to be created.

Example

For XAML example, refer to InteractiveMode.

For C#/VB examples, refer to InteractiveMode.

Requirements

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

See Also