Defines values that specify possible locations for expand/collapse buttons.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public enum ExpandButtonPosition |
Visual Basic Copy Code |
---|
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. |
Assign values from this enumeration to the ExpandButtonPosition property of the Diagram class.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |