Enum RelationFlag

RelationFlag enumeration

Stores the relationships between shapes.

public enum RelationFlag

Values

NameValueDescription
MembersOfContainerShapes1Shapes that are members of this container.
MembersOfListShapes2Shapes that are members of this list.
AssociatedWithCallouts3Callouts that are associated with this shape.
MemberOfContainers4Containers that this shape is a member of.
MemberOfList5List that this list item is a member of
ShapeAssociatedWithCallout6Shape associated with this callout
LeftBoundaryEdge7Container on the left boundary edge of which this shape sits
RightBoundaryEdge8Container on the right boundary edge of which this shape sits
TopBoundaryEdge9Container on the top boundary edge of which this shape sits
BottomBoundaryEdge10Container on the bottom boundary edge of which this shape sits
ListOverlaps11List that this list overlaps
Undefined-2147483648Undefined.

See Also