Search
Diagram.AutoArrangeAvoidContainers Property
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool AutoArrangeAvoidContainers { get; set; }

Visual Basic  Copy Code

Public Property AutoArrangeAvoidContainers As Boolean

 Property Value

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

 See Also