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




Gets or sets the 3D Control used to hold and render the 3D object.

Syntax

Visual Basic (Declaration) 
Public Property Control3D As Medical3DControl
Visual Basic (Usage)Copy Code
Dim instance As IsoThreshold
Dim value As Medical3DControl
 
instance.Control3D = value
 
value = instance.Control3D
C# 
public Medical3DControl Control3D {get; set;}
Managed Extensions for C++ 
public: __property Medical3DControl* get_Control3D();
public: __property void set_Control3D( 
   Medical3DControl* value
);
C++/CLI 
public:
property Medical3DControl^ Control3D {
   Medical3DControl^ get();
   void set (    Medical3DControl^ value);
}

Property Value

A Leadtools.Medical3D.Medical3DControl that will be used to hold and render the 3D object.

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