Search
Style.bottomBorderThickness Property
See Also
 





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

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

 Syntax

JavaScript  Copy Code

get bottomBorderThickness() {}
set bottomBorderThickness(value) {}

 Property Value

Number

A number specifying the border width.

 See Also