DrawDesigner Property

Summary

Gets or sets the DrawDesigner for the requested custom annotation.

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

Property Value

Leadtools.Annotations.Designers.AnnDrawDesigner that will be used when drawing the requested custom annotation.

Remarks

If the user did not send the draw designer of the custom annotation object, the toolkit will internally tries to find the closest built-in draw designer. If the toolkit could not find any suitable draw designer, the custom annotation will not be drawn.

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