ShapeNode.SegmentType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.