ShapeNode.SegmentType Property

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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: MsoSegmentType

Remarks

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

Use the SetSegmentType method to set the value of this property.

See Also

Reference

ShapeNode Interface

ShapeNode Members

Microsoft.Office.Interop.Word Namespace