Search
Diagram.setLinkTextStyle Method
See Also
 

Sets the default placement and orientation of the links labels.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setLinkTextStyle (
    LinkTextStyle value
)

 Parameters

value
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