←Select platform

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#
VB
C++
public bool FullExplode { get; set; } 
  
Public Property FullExplode As Boolean 
             
            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, please refer to MedicalViewerMultiCell.Exploded and Exploded.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly