LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Options3D Property
See Also 
Leadtools.Medical.Workstation.UI Namespace > WorkstationViewer Class : Options3D Property




Gets the 3D support options for the WorkstationViewer

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Options3D As Viewer3DOptions
Visual Basic (Usage)Copy Code
Dim instance As WorkstationViewer
Dim value As Viewer3DOptions
 
value = instance.Options3D
C# 
public Viewer3DOptions Options3D {get;}
Managed Extensions for C++ 
public: __property Viewer3DOptions* get_Options3D();
C++/CLI 
public:
property Viewer3DOptions^ Options3D {
   Viewer3DOptions^ get();
}

Property Value

Type: Viewer3DOptions The 3D support options for the WorkstationViewer

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also