IGeomPath
SegmentPaths Property
|
Gets a collection of shape segment paths associated with the shape.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
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
Type:
CollectionExtended
ShapeSegmentPath
See Also