Defines values that specify possible locations for expand/collapse buttons.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public enum ExpandButtonPosition |
Visual Basic
![]() |
---|
Public Enum ExpandButtonPosition |
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. |