Visual Basic (Declaration) | |
---|---|
Public Property Slab As Medical3DSlab |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Medical3DObject Dim value As Medical3DSlab instance.Slab = value value = instance.Slab |
C# | |
---|---|
public Medical3DSlab Slab {get; set;} |
C++/CLI | |
---|---|
public: property Medical3DSlab^ Slab { Medical3DSlab^ get(); void set ( Medical3DSlab^ value); } |
Property Value
A Medical3DSlab class that contains the slab values.For an example, refer to Medical3DSlab.SetValues
The Slab is used to render a portion of the 3D object.
Refer to the Leadtools.MedicalViewer.MedicalViewerMPRCell class to view the 3D object from one of orthogonal planes (Axial, Sagittal or coronal). Enable the Leadtools.MedicalViewer.MedicalViewerMPRCell.ShowSlabBoundaries property to make it possible to adjust the slab using the mouse.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7