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 | |
---|---|---|
Application | Returns an Application object that represents the creator of the specified object. | |
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. | |
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. | |
Parent | Returns the parent object for the specified object. | |
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. | |
SegmentType | Returns a value that indicates whether the segment associated with the specified node is straight or curved. Read-only MsoSegmentType. |