Gets or sets whether to preserve initial Shape value of links when LinkType is set to Cascading.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool KeepLinkShapes { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property KeepLinkShapes As Boolean |
true to preserve link Shape values, or false otherwise.
RemarksIf this property is enabled, the orthogonal path applied by Cascading LinkType is approximated using respective link shape.
See Also