Gets or sets a value indicating whether the position of this item should not be changed by automatic layout methods.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public bool IgnoreLayout { get; set; } |
Visual Basic Copy Code |
---|
Public Property IgnoreLayout As Boolean |
true if the item must stay at its place nevertheless an automatic layout is performed; otherwise, false. The default is false.
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.