Search
Style.topBorderThickness Property
See Also
 





Gets or sets the width of the top border of elements with this style.

Namespace: MindFusion.Diagramming.Lanes
File: Style.js

 Syntax

JavaScript  Copy Code

get topBorderThickness() {}
set topBorderThickness(value) {}

 Property Value

Number

A number specifying the border width.

 See Also