ShapeNode.SegmentType Property

Definition

Returns a value that indicates whether the segment associated with the specified node is straight or curved.

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

Property Value

Remarks

If the specified node is a control point for a curved segment, this property returns msoSegmentCurve.

Use the SetSegmentType(Int32, MsoSegmentType) method to set the value of this property.

Applies to