Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
BitmapSourceViewerInteractiveGeometryType Enumeration
See Also  
Leadtools.Windows.Controls Namespace : BitmapSourceViewerInteractiveGeometryType Enumeration





Values for the BitmapSourceViewer.InteractiveGeometryType property.

Syntax

Visual Basic (Declaration) 
Public Enum BitmapSourceViewerInteractiveGeometryType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As BitmapSourceViewerInteractiveGeometryType
C# 
public enum BitmapSourceViewerInteractiveGeometryType : Enum 
C++/CLI 
public enum class BitmapSourceViewerInteractiveGeometryType : public Enum 
XAML Attributes Usage 

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

XAML Attributes Usage 

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

Members

MemberDescription
Rectangle Use a rectangular geometry.
Ellipse Use an elliptical geometry.
Freehand Use a freehand geometry.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Controls.BitmapSourceViewerInteractiveGeometryType

Requirements

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

See Also