←Select platform

AnnotationPrecedency Property

Summary

Gets or sets whether to give the priority to the annotation over any other action or not.

Syntax

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

Property Value

True to give priority to the annotation over any other action, it is false otherwise.

Remarks
  • The precedency means that if the current action for the left mouse button is for example window level, and the user holds down the left mouse button and it happens to be above an annotation object, then the viewer will not start a window level, but will select the annotation object instead
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