FullExplode Property

Summary
Gets or sets the value that determines whether to allow the viewer to enter a full explode mode (focus mode) when a cell or sub-cell is double clicked.
Syntax
C#
C++/CLI
public bool FullExplode { get; set; } 
            public: 
property bool FullExplode { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to enable full explode mode in the viewer; otherwise, it is false.

Remarks

The full explode mode (focus mode) allows the user to double click on any frame to enlarge the frame cell or sub-cell. When explode mod is enabled when the user double clicks a cell or sub-cell the clicked cell will fill the viewer. To enter the explode mode manually, refer to MedicalViewerMultiCell.Exploded and Exploded.

Requirements

Target Platforms

Help Version 22.0.2023.2.5
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.