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




Gets the control used to render the 3D volume.

Syntax

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

Property Value

Type: Leadtools.Medical3D.Medical3DControl The Leadtools.Medical3D.Medical3DControl used to render the 3D volume.

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