Enum RelationFlag
RelationFlag enumeration
Stores the relationships between shapes.
public enum RelationFlag
Values
| Name | Value | Description |
|---|---|---|
| MembersOfContainerShapes | 1 | Shapes that are members of this container. |
| MembersOfListShapes | 2 | Shapes that are members of this list. |
| AssociatedWithCallouts | 3 | Callouts that are associated with this shape. |
| MemberOfContainers | 4 | Containers that this shape is a member of. |
| MemberOfList | 5 | List that this list item is a member of |
| ShapeAssociatedWithCallout | 6 | Shape associated with this callout |
| LeftBoundaryEdge | 7 | Container on the left boundary edge of which this shape sits |
| RightBoundaryEdge | 8 | Container on the right boundary edge of which this shape sits |
| TopBoundaryEdge | 9 | Container on the top boundary edge of which this shape sits |
| BottomBoundaryEdge | 10 | Container on the bottom boundary edge of which this shape sits |
| ListOverlaps | 11 | List that this list overlaps |
| Undefined | -2147483648 | Undefined. |
See Also
- namespace Aspose.Diagram
- assembly Aspose.Diagram