Search
Style.bottomBorderPen Property
See Also
 






Gets or sets the color used to stoke the bottom border of elements with this style.

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

 Syntax

JavaScript  Copy Code

get bottomBorderPen() {}
set bottomBorderPen(value) {}

 Property Value

String

A string specifying the color name or hexadecimal value.

 See Also