supportsBorderStyle Property

Summary

Indicates whether AnnObject supports a border style.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnObject.prototype, 'supportsBorderStyle', 
	get: function() 
) 
supportsBorderStyle: boolean; // read-only 

Property Value

true if AnnObject supports border style; otherwise, false.

Remarks

If SupportsBorderStyle is set to true, then the border style shape set in AnnObject.BorderStyle is applied to this object.

Derived classes override SupportsBorderStyle to determine whether AnnObject.BorderStyle is supported for the object. Overriding this property in derived classes, ensures that the object saves and loads the values during serialization.

Requirements

Target Platforms

Help Version 22.0.2023.1.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.