Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

Property Value

CollectionExtended<(Of <(<'ShapeSegmentPath>)>)>

Implements

IGeomPath..::..SegmentPaths

See Also