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.

Example

None

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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