| 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.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code