Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.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;}
C++/CLI 
public:
property BitmapSourceViewerInteractiveGeometryType InteractiveGeometryType {
   BitmapSourceViewerInteractiveGeometryType get();
   void set (BitmapSourceViewerInteractiveGeometryType value);
}
XAML Attributes Usage 

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

Dependencies Property Information 

Identifier field

InteractiveGeometryTypeProperty

Metadata properties set to true

None

XAML Attributes Usage 

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

Dependencies 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 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