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