ShapeNode.EditingType Property

Definition

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.

public:
 property Microsoft::Office::Core::MsoEditingType EditingType { Microsoft::Office::Core::MsoEditingType get(); };
public Microsoft.Office.Core.MsoEditingType EditingType { get; }
member this.EditingType : Microsoft.Office.Core.MsoEditingType
Public ReadOnly Property EditingType As MsoEditingType

Property Value

Remarks

Use the SetEditingType(Int32, MsoEditingType) method to set the value of this property.

Applies to