Gets or sets the annotation template object. This is a dependency property.
public AnnObject ObjectTemplate { get; set; }
Public Property ObjectTemplate As Leadtools.Windows.Annotations.AnnObject
public:
property Leadtools.Windows.Annotations.AnnObject^ ObjectTemplate {
Leadtools.Windows.Annotations.AnnObject^ get();
void set ( Leadtools.Windows.Annotations.AnnObject^ );
}
An AnnObject that acts as the template for new annotation objects drawn by this AnnDrawDesigner.
The AnnDrawDesigner will call the AnnObject.Clone method of this ObjectTemplate when it is ready to add a new object to the container. You should set this value with drawing attributes (stroke, fill, text, etc) desired for new objects to be drawn with this AnnDrawDesigner.
For C#/VB examples, refer to AnnDesigner.
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