Gets or sets where expand/collapse buttons are located relatively to their nodes.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public ExpandButtonPosition ExpandButtonPosition { get; set; } |
Visual Basic Copy Code |
---|
Public Property ExpandButtonPosition As ExpandButtonPosition |
A member of the ExpandButtonPosition enumeration. The default is OuterRight.
If diagram links tend to flow vertically, it would be useful to have the expand/collapse buttons stay at the left- or right-hand side of nodes. If diagram links tend to flow horizontally, choose position for expand buttons such that they stay above or below nodes. That will prevent button icons from being overlapped by links.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |