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. Read-only.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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: Microsoft.Office.Core.MsoEditingType

Remarks

This property is read-only. Use the SetEditingType(Int32, MsoEditingType) method to set the value of this property.

The value of the EditingType property can be one of the following MsoEditingType constants:

msoEditingAuto

msoEditingCorner

msoEditingSmooth

msoEditingSymmetric

See Also

Reference

ShapeNode Interface

ShapeNode Members

Microsoft.Office.Interop.PowerPoint Namespace