ShapeNode.EditingType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
property Microsoft::Office::Core::MsoEditingType EditingType { Microsoft::Office::Core::MsoEditingType get(); };
public Microsoft.Office.Core.MsoEditingType EditingType { get; }
Public ReadOnly Property EditingType As MsoEditingType
Property Value
Remarks
Use the SetEditingType(Int32, MsoEditingType) method to set the value of this property.