EditDesigner Property

Summary

Gets or sets the AnnEditDesigner for the requested custom annotation.

Syntax
C#
VB
C++
public AnnEditDesigner EditDesigner { get; set; } 
  
Public Property EditDesigner As AnnEditDesigner 
            public: 
property AnnEditDesigner^ EditDesigner { 
   AnnEditDesigner^ get(); 
   void set (    AnnEditDesigner^ ); 
} 

Property Value

Leadtools.Annotations.Designers.AnnEditDesigner that will be used when editing the requested custom annotation.

Remarks

If the user did not send the edit designer of the custom annotation object, the toolkit will internally tries to find the closest built-in edit designer. If the toolkit can not find any suitable edit designer, the custom annotation will not enter the edit mode.

Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly