←Select platform

SupportsBorderStyle Property

Summary

Indicates whether AnnObject supports a border style.

Syntax
C#
C++/CLI
Python
public virtual bool SupportsBorderStyle { get; } 
public:  
   virtual property bool SupportsBorderStyle 
   { 
      bool get() 
   } 
SupportsBorderStyle # get  (AnnObject) 

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 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.