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; }
Public ReadOnly Property SegmentPaths As CollectionExtended(Of ShapeSegmentPath)
Get
public:
virtual property CollectionExtended<ShapeSegmentPath^>^ SegmentPaths {
CollectionExtended<ShapeSegmentPath^>^ get () sealed;
}
abstract SegmentPaths : CollectionExtended<ShapeSegmentPath> with get
override SegmentPaths : CollectionExtended<ShapeSegmentPath> with get
Return Value
Type:
CollectionExtended
ShapeSegmentPath
A CollectionExtended of ShapeSegmentPath objects.
Implements
IGeomPath
SegmentPaths
See Also