←Select platform

AnnBorderStyle Enumeration

Summary

Options for controlling the shape of the AnnObject boundary.

Syntax
C#
C++/CLI
Python
public enum AnnBorderStyle 
public: 
   enum class AnnBorderStyle sealed 
class AnnBorderStyle(Enum): 
   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

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

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.