Exploded Property

Summary
Gets or sets the value that determines whether the viewer is in the exploded mode or not.
Syntax
C#
C++/CLI
public bool Exploded { get; set; } 
            public: 
property bool Exploded { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if the viewer is in the exploded mode, false otherwise.

Remarks

The exploded mode is a mode where the selected cell takes the whole viewer area. This property is useful when the viewer is displaying multiple cells, and the user wants to enlarge one of them for a closer study.

To make the exploded mode work, the user must select one cell only.

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.