Search
Style.lineAlignment Property
See Also
 





Gets or sets a value indicating how to vertically align texts drawn with this style.

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

 Syntax

JavaScript  Copy Code

get lineAlignment() {}
set lineAlignment(value) {}

 Property Value

Alignment

A member of the Alignment enumeration.

 See Also