Click or drag to resize

ShapeGeomPath SegmentPaths Property

Gets the collection of ShapeSegmentPath objects. Initializes the collection if it is null and populates it with ShapeSegmentPath objects created from the PathSegementList.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CollectionExtended<ShapeSegmentPath> SegmentPaths { get; }

Return Value

Type: CollectionExtended ShapeSegmentPath
A CollectionExtended of ShapeSegmentPath objects.

Implements

IGeomPath SegmentPaths
See Also