Search
LinkLabel.AutoArrange Property
See Also
 





Gets or sets a value indicating whether the label can be auto arranged.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool AutoArrange { get; set; }

Visual Basic  Copy Code

Public Property AutoArrange As Boolean

 Property Value

true to automatically place the label; otherwise, false.

 See Also