Visual Basic (Declaration) | |
---|---|
Public Property VolumeType As Medical3DVolumeType |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As VolumeViewer Dim value As Medical3DVolumeType instance.VolumeType = value value = instance.VolumeType |
C# | |
---|---|
public Medical3DVolumeType VolumeType {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property Medical3DVolumeType get_VolumeType(); public: __property void set_VolumeType( Medical3DVolumeType value ); |
C++/CLI | |
---|---|
public: property Medical3DVolumeType VolumeType { Medical3DVolumeType get(); void set ( Medical3DVolumeType value); } |
Property Value
Leadtools.Medical3D.Medical3DVolumeType The type of the volume rendered on the Leadtools.Medical3D.Medical3DControl.The display of the Leadtools.Medical3D.Medical3DControl and the MPR Windows for the Leadtools.Medical3D.Medical3DControl.AxialFrame, Leadtools.Medical3D.Medical3DControl.SagittalFrame and Leadtools.Medical3D.Medical3DControl.CoronalFrame depends on the volume type.
If this property is set to Medical3DVolumeType.MPR the 3 MPR windows will be displayed in the VolumeControlViewer, if the property value is set to Medical3DVolumeType.MIP, Medical3DVolumeType.MINIP or Medical3DVolumeType.VRT the MPR windows will be displayed on the MPRFramesViewer, if the property value is set to Medical3DVolumeType.SSD onlt the Series3DControl will be displayed on the VolumeControlViewer
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7