ShapeNode.EditingType 属性

定义

如果指定的节点是顶点,则此属性的返回值表示对节点所做的更改如何影响与该节点相连的两条线段。 如果该节点是曲线段的控制点,则此属性返回相邻顶点的编辑类型。

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

属性值

注解

SetEditingType(Int32, MsoEditingType)使用 方法设置此属性的值。

适用于