Search
Diagram.linkTextStyle Property
See Also
 





Gets or sets the default text placement and orientation of new links.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get linkTextStyle() {}
set linkTextStyle(value) {}

 Property Value

LinkTextStyle

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

 Remarks

The value of this property is used to initialize the textStyle property of new links.

 See Also