Gets or sets a value indicating whether the label can be auto arranged.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool AutoArrange { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AutoArrange As Boolean |
true to automatically place the label; otherwise, false.
See Also