Application.BoxLinkStyleToggle Method
Project Developer Reference |
Toggles the box link style between rectilinear links and straight links.
Syntax
expression.BoxLinkStyleToggle(StraightLinks)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
StraightLinks | Optional | Boolean | True if straight links are used. False if rectilinear links are used. The default value is to switch the current setting from one style to the other. |
Return Value
Boolean
See Also