←Select platform

SupportsBorderStyle Property

Summary

Indicates whether AnnObject supports a border style.

Syntax
C#
VB
C++
public virtual bool SupportsBorderStyle { get; } 
Public Overridable ReadOnly Property SupportsBorderStyle() As Boolean 
   Get 
public:  
   virtual property bool SupportsBorderStyle 
   { 
      bool get() 
   } 

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