ShapePlaceStyleValue Enumeration |
Determines the placement style for children.
Namespace:
Aspose.Diagram
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum ShapePlaceStyleValue
Public Enumeration ShapePlaceStyleValue
public enum class ShapePlaceStyleValue
type ShapePlaceStyleValue
Members
| Member name | Value | Description |
---|
| PlaceDefault | 0 |
Place default.
|
| PlaceTopToBottom | 1 |
Place top to bottom.
|
| PlaceToRight | 2 |
Place to right.
|
| PlaceRadial | 3 |
Place radial.
|
| PlaceBottomToTop | 4 |
Place bottom to top.
|
| PlaceRightToLeft | 5 |
Place right to left.
|
| PlaceCircular | 6 |
Place circular.
|
| PlaceCompactDownRight | 7 |
Place compact down right.
|
| PlaceCompactRightDown | 8 |
Place compact right down.
|
| PlaceCompactRightUp | 9 |
Place compact right up.
|
| PlaceCompactUpRight | 10 |
Place compact up right.
|
| PlaceCompactUpLeft | 11 |
Place compact up left.
|
| PlaceCompactLeftUp | 12 |
Place compact left up.
|
| PlaceCompactLeftDown | 13 |
Place compact left down.
|
| PlaceCompactDownLeft | 14 |
Place compact down left.
|
| PlaceParentDefault | 15 |
Place parent default.
|
| PlaceHierarchyTopToBottomLeft | 16 |
Place hierarchy top to bottom left.
|
| PlaceHierarchyTopToBottomCenter | 17 |
Place hierarchy top to bottom center.
|
| PlaceHierarchyTopToBottomRight | 18 |
Place hierarchy top to bottom right.
|
| PlaceHierarchyBottomToLeft | 19 |
Place hierarchy bottom to left.
|
| PlaceHierarchyBottomToCenter | 20 |
Place hierarchy bottom to center.
|
| PlaceHierarchyBottomToRight | 21 |
Place hierarchy bottom to right.
|
| PlaceHierarchyLeftToRightTop | 22 |
Place hierarchy left to right top.
|
| PlaceHierarchyLeftToRightMiddle | 23 |
Place hierarchy left to right middle.
|
| PlaceHierarchyLeftToRightBottom | 24 |
place hierarchy left to right bottom.
|
| PlaceHierarchyRightToLeftTop | 25 |
Place hierarchy right to left top.
|
| PlaceHierarchyRightToLeftMiddle | 26 |
Place hierarchy right to left top.
|
| PlaceHierarchyRightToLeftBottom | 27 |
Place hierarchy right to left bottom.
|
| Undefined | 28 |
Undefined.
|
See Also