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;} |
Managed Extensions for C++ | |
---|
public: __property virtual AnnObject* get_ObjectTemplate();
public: __property virtual void set_ObjectTemplate(
AnnObject* value
); |
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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also