←Select platform

Object Property

Summary

Gets or sets the initial annotation object of this AnnAutomationObject.

Syntax

C#
VB
C++
public virtual AnnObject object { get; set; } 
  
Public Overridable Property Object As Leadtools.Windows.Annotations.AnnObject 

Property Value

The initial annotation object of this AnnAutomationObject.

Remarks

The automation framework will use AnnObject.Clone to create new instances of the annotation object whenever the framework is instructed to draw a new object of this type. You should set the default properties (pen, brush, font, etc) of the object here. You should set this property to a valid object, the only automation object that has this value set to null (Nothing in VB) is the SelectObjectId.

Example

For C#/VB examples, refer to AnnAutomationManager.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly