ShapeNode Members
Include Protected Members
Include Inherited Members
Represents the geometry and the geometry-editing properties of the nodes in a user-defined freeform.
The ShapeNode type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the creator of the specified object. | |
Creator | Returns a 64-bit signed integer 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 Microsoft 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. | |
Parent | Returns the parent object for the specified object. | |
Points | Returns the position of the specified node as a coordinate pair. Read-only. | |
SegmentType | Returns a value that indicates whether the segment associated with the specified node is straight or curved. Read-only. |
Top