| 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.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