←Select platform

Movable Property

Summary

Gets or sets a value that indicates whether to allow the user to move the cutline and double-cutlines by mouse.

Syntax

C#
VB
C++
public bool Movable { get; set; } 
  
Public Property Movable As Boolean 
             
            public: 
property bool Movable { 
   bool get(); 
   void set (    bool ); 
} 
             

Property Value

true to allow the user to move the cutline and double-cutline by mouse; false to only allow the user to change the position of the cut-line and double-cutline programmatically.

Remarks

To show the reference line of this cell on the other cells correctly, the following properties will need to set by retrieving their values from the DICOM Data Set:

  • The default value is true. When set to false you cannot move the cut-line body, handle, center point or thick slice.
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