Gets or sets the annotation template object.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Property ObjectTemplate As AnnObject |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnDrawDesigner
Dim value As AnnObject
instance.ObjectTemplate = value
value = instance.ObjectTemplate
|
C# | |
---|
public virtual AnnObject ObjectTemplate {get; set;} |
Return Value
An
AnnObject that acts as the template for new annotation objects drawn by this
AnnDrawDesigner.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also