Gets or sets the DrawDesigner for the requested custom annotation.
public AnnDrawDesigner DrawDesigner { get; set; }
Public Property DrawDesigner As Leadtools.Annotations.Designers.AnnDrawDesigner
public:
property Leadtools.Annotations.Designers.AnnDrawDesigner^ DrawDesigner {
Leadtools.Annotations.Designers.AnnDrawDesigner^ get();
void set ( Leadtools.Annotations.Designers.AnnDrawDesigner^ );
}
Leadtools.Annotations.Designers.AnnDrawDesigner that will be used when drawing the requested custom annotation.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET