Search
ExpandButtonPosition Enumeration
See Also
 





Defines values that specify possible locations for expand/collapse buttons.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public enum ExpandButtonPosition

Visual Basic  Copy Code

Public Enum ExpandButtonPosition

 Members

  Member name Description

OuterBottom

Place expand/collapse buttons at the bottom side of their nodes.

OuterLeft

Place expand/collapse buttons at the left-hand side of their nodes.

OuterLowerLeft

Place expand/collapse buttons at the lower-left corner of their nodes.

OuterLowerRight

Place expand/collapse buttons at the lower-right corner of their nodes.

OuterRight

Place expand/collapse buttons at the right-hand side of their nodes.

OuterTop

Place expand/collapse buttons at the top side of their nodes.

OuterUpperLeft

Place expand/collapse buttons at the upper-left corner of their nodes.

OuterUpperRight

Place expand/collapse buttons at the upper-right corner of their nodes.

 Remarks

Assign values from this enumeration to the ExpandButtonPosition property of the Diagram class.

 See Also