Gets or sets whether the 3D support is for all
Leadtools.MedicalViewer.MedicalViewerMultiCell displayed in the
WorkstationViewer or specific cells.
Syntax
Visual Basic (Declaration) | |
---|
Public Property SupportAllCells As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Viewer3DOptions
Dim value As Boolean
instance.SupportAllCells = value
value = instance.SupportAllCells |
C# | |
---|
public bool SupportAllCells {get; set;} |
Managed Extensions for C++ | |
---|
public: __property bool get_SupportAllCells();
public: __property void set_SupportAllCells(
bool value
); |
C++/CLI | |
---|
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
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