Search
Diagram.ExpandButtonPosition Property
See Also
 





Gets or sets where expand/collapse buttons are located relatively to their nodes.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ExpandButtonPosition ExpandButtonPosition { get; set; }

Visual Basic  Copy Code

Public Property ExpandButtonPosition As ExpandButtonPosition

 Property Value

A member of the ExpandButtonPosition enumeration. The default is OuterRight.

 Remarks

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.

 See Also