LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

SupportAllCells Property

Show in webframe






Gets or sets whether the 3D support is for all Leadtools.MedicalViewer.MedicalViewerMultiCell displayed in the WorkstationViewer or specific cells.
Syntax
public bool SupportAllCells {get; set;}
'Declaration
 
Public Property SupportAllCells As Boolean
'Usage
 
Dim instance As Viewer3DOptions
Dim value As Boolean
 
instance.SupportAllCells = value
 
value = instance.SupportAllCells

            

            
public: __property bool get_SupportAllCells();
public: __property void set_SupportAllCells( 
   bool value
);
public:
property bool SupportAllCells {
   bool get();
   void set (    bool value);
}

Property Value

True to support 3D features for all Leadtools.MedicalViewer.MedicalViewerMultiCell displayed in the WorkstationViewer; Otherwise, false.
Remarks

If this property is set to false only Leadtools.MedicalViewer.MedicalViewerMultiCell in the SupportedCells will have 3D support.

Requirements

Target Platforms

See Also

Reference

Viewer3DOptions Class
Viewer3DOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.