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




Gets the control used to display the 3D volume control.

Syntax

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

Property Value

Type: VolumeViewer The VolumeViewer used to display the 3D volume control.

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