Gets or sets a value indicating whether auto-arranged link labels should avoid containers.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool AutoArrangeAvoidContainers { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AutoArrangeAvoidContainers As Boolean |
true to avoid containers, or false otherwise. The default value is true.
See Also