DiagramLite Programmer's Guide
Diagram.ExpandButtonPosition Property
See Also
 





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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 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

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
NodesExpandable Property
ExpandButtonAction Property
ExpandButtonBrush Property