Gets or sets the AnnEditDesigner for the requested custom annotation.
public AnnEditDesigner EditDesigner { get; set; }
Public Property EditDesigner As Leadtools.Annotations.Designers.AnnEditDesigner
public:
property Leadtools.Annotations.Designers.AnnEditDesigner^ EditDesigner {
Leadtools.Annotations.Designers.AnnEditDesigner^ get();
void set ( Leadtools.Annotations.Designers.AnnEditDesigner^ );
}
Leadtools.Annotations.Designers.AnnEditDesigner that will be used when editing the requested custom annotation.
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.
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