ShapeNode.EditingType Property
Excel Developer Reference |
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. Read-only MsoEditingType.
Syntax
expression.EditingType
expression A variable that represents a ShapeNode object.
Remarks
This property is read-only. Use the SetEditingType method to set the value of this property.
Example
This example changes all corner nodes to smooth nodes in shape three on myDocument
. Shape three must be a freeform drawing.
Visual Basic for Applications |
---|
|
See Also