ShapeElement.RelationshipType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the type of parent-child relationships allowed by the
public: enum class ShapeElement::RelationshipType
public enum ShapeElement.RelationshipType
type ShapeElement.RelationshipType =
Public Enum ShapeElement.RelationshipType
- Inheritance
-
ShapeElement.RelationshipType
Fields
Name | Value | Description |
---|---|---|
Nested | 0 | A relationship type characterized by the child ShapeElement being constrained to the bounds of the parent ShapeElement. The child shape will maintain its relative position from the parent shape as the parent shape moves. |
Relative | 1 | A relationship type characterized by the child ShapeElement being unconstrained by the parent ShapeElement's bounds. The child shape will maintain its relative position from the parent shape as the parent shape moves. |