ShapeNode.SegmentType Property
Returns a value that indicates whether the segment associated with the specified node is straight or curved. If the specified node is a control point for a curved segment, this property returns msoSegmentCurve.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property SegmentType As MsoSegmentType
Get
'Usage
Dim instance As ShapeNode
Dim value As MsoSegmentType
value = instance.SegmentType
MsoSegmentType SegmentType { get; }
Property Value
Type: Microsoft.Office.Core.MsoSegmentType