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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
CollectionExtended<ShapeSegmentPath> SegmentPaths { get; }
ReadOnly Property SegmentPaths As CollectionExtended(Of ShapeSegmentPath)
	Get
property CollectionExtended<ShapeSegmentPath^>^ SegmentPaths {
	CollectionExtended<ShapeSegmentPath^>^ get ();
}
abstract SegmentPaths : CollectionExtended<ShapeSegmentPath> with get

Property Value

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

See Also