MindFusion.Wpf Pack Programmer's Guide
Diagram.ExpandOnIncoming Property
See Also
 





Gets or sets a value, indicating in which direction object hierarchies are expanded.

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

 Syntax

C#  Copy Code

public bool ExpandOnIncoming { get; set; }

Visual Basic  Copy Code

Public Property ExpandOnIncoming As Boolean

 Property Value

true if trees are expanded in the direction of the links, which come into nodes; otherwise, false. The default is false.

 Remarks

Use this property when presenting tree structures with enabled collapse/expand. If the property is set to false, a clicked expand button of a node expands in the direction of the node's outgoing links. That is, the nodes pointed by links going out of a node are considered children of that node.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
RecursiveExpand Property
NodesExpandable Property