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