MindFusion.Wpf Pack Programmer's Guide
DiagramItem.IgnoreLayout Property
See Also
 





Gets or sets a value indicating whether the position of this item should not be changed by automatic layout methods.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool IgnoreLayout { get; set; }

Visual Basic  Copy Code

Public Property IgnoreLayout As Boolean

 Property Value

true if the item must stay at its place nevertheless an automatic layout is performed; otherwise, false. The default is false.

 Remarks

Enable IgnoreLayout to specify that Arrange method of layout classes should ignore an item. If enabled, the position of an item won't be changed. This property applies to visible nodes. Invisible nodes are always ignored by automatic layout methods.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming.Wpf Namespace
Locked Property
Visible Property