| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Viewer3DCell As Medical3DControl | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As Volume3DLoadedEventArgs Dim value As Medical3DControl value = instance.Viewer3DCell | |
| C# | |
|---|---|
public Medical3DControl Viewer3DCell {get;} | |
| Managed Extensions for C++ | |
|---|---|
public: __property Medical3DControl* get_Viewer3DCell(); | |
| C++/CLI | |
|---|---|
public: property Medical3DControl^ Viewer3DCell { Medical3DControl^ get(); } | |
Property Value
Type: Leadtools.Medical3D.Medical3DControl The 3D Leadtools.Medical3D.Medical3DControl used to display the 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