Share via


ShapeNode.EditingType Property

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.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property EditingType As MsoEditingType
    Get
'Usage
Dim instance As ShapeNode
Dim value As MsoEditingType

value = instance.EditingType
MsoEditingType EditingType { get; }

Property Value

Type: MsoEditingType

Remarks

Use the SetEditingType method to set the value of this property.

See Also

Reference

ShapeNode Interface

ShapeNode Members

Microsoft.Office.Interop.Word Namespace