Search
Style.leftBorderThickness Property
See Also
 






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

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

 Syntax

JavaScript  Copy Code

get leftBorderThickness() {}
set leftBorderThickness(value) {}

 Property Value

Number

A number specifying the border width.

 See Also