Gets or sets a value, indicating in which direction object hierarchies are expanded.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool ExpandOnIncoming { get; set; } |
Visual Basic Copy Code |
---|
Public Property ExpandOnIncoming As Boolean |
true if trees are expanded in the direction of the links, which come into nodes; otherwise, false. The default is false.
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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |