Search
Diagram.AutoArrangeAvoidSegments Property
See Also
 





Gets or sets a value indicating whether auto-arranged link labels should avoid link segments.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool AutoArrangeAvoidSegments { get; set; }

Visual Basic  Copy Code

Public Property AutoArrangeAvoidSegments As Boolean

 Property Value

true to avoid link segments, or false otherwise. The default value is true.

 See Also