ShapeNode.SegmentType 属性

定义

返回一个值,该值指示与指定节点关联的线段是直线段还是曲线段。

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

属性值

注解

如果指定节点是曲线段的控制点,则该属性返回 msoSegmentCurve

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

适用于