AnnBorderStyle Enumeration

Summary

Options for controlling the shape of the AnnObject's boundary.

Syntax
TypeScript
JavaScript
lt.Annotations.Engine.AnnBorderStyle = { 
	normal: 0, 
	cloud: 1, 
	extraCloud: 2 
} 
lt.Annotations.Engine.AnnBorderStyle = { 
	normal: 0, 
	cloud: 1, 
	extraCloud: 2 
} 

Members

ValueMemberDescription
0NormalA normal border shape is a straight line.
1CloudA cloud border shape is composed of small arcs. Note that it will work with closed borders only.
2ExtraCloudAn extra cloud border shape is composed of large arcs. Note that this will work with closed borders only.

Remarks

Use the supported values to set the AnnObject.BorderStyle property, which controls the shape of the AnnObject's boundary.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly