Search
DiagramLink.textAlignment Property
See Also
 





Gets or sets the alignment of link's text.

Namespace: MindFusion.Diagramming
File: DiagramLink.js

 Syntax

JavaScript  Copy Code

get textAlignment() {}
set textAlignment(value) {}

 Property Value

Alignment

A member of the Alignment enumeration. The default value is Center.

 Remarks

Currently this property is considered only when textStyle is set to OverLongestSegment.

 See Also