ShapeNode Object Members

PowerPoint Developer Reference

Represents the geometry and the geometry-editing properties of the nodes in a user-defined freeform.

Properties

  Name Description
Bb251481.properties(en-us,office.12).gif Application Returns an Application object that represents the creator of the specified object.
Bb251481.properties(en-us,office.12).gif Creator Returns a Long that represents the four-character creator code for the application in which the specified object was created. For example, if the object was created in PowerPoint, this property returns the hexadecimal number 50575054. Read-only.
Bb251481.properties(en-us,office.12).gif EditingType If the specified node is a vertex, this property returns a value that indicates how changes made to the node affect the two segments connected to the node. If the node is a control point for a curved segment, this property returns the editing type of the adjacent vertex. Read-only MsoEditingType.
Bb251481.properties(en-us,office.12).gif Parent Returns the parent object for the specified object.
Bb251481.properties(en-us,office.12).gif Points Returns a Variant that represents the position of the specified node as a coordinate pair. Each coordinate is expressed in points. Use the SetPosition method to set the value of this property. Read-only.
Bb251481.properties(en-us,office.12).gif SegmentType Returns a value that indicates whether the segment associated with the specified node is straight or curved. Read-only MsoSegmentType.