Gets or sets the default text placement and orientation of new links.
Namespace: MindFusion.Diagramming
Assembly: Diagram.js
SyntaxJavaScript
Copy Code
|
|---|
get linkTextStyle() {} |
LinkTextStyle
A member of the LinkTextStyle enumeration. The default value is Center.
RemarksThe value of this property is used to initialize the textStyle property of new links.
See Also