XlsOvalShape
GeomPaths Property
|
Gets a collection of IGeomPath objects representing geometric paths. If the collection is not already initialized, it creates a new instance of CollectionExtended and populates it with ShapeGeomPath objects based on the PathList from shapeConverter.PathsInfo.
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<IGeomPath> GeomPaths { get; }
Public ReadOnly Property GeomPaths As CollectionExtended(Of IGeomPath)
Get
public:
virtual property CollectionExtended<IGeomPath^>^ GeomPaths {
CollectionExtended<IGeomPath^>^ get () sealed;
}
abstract GeomPaths : CollectionExtended<IGeomPath> with get
override GeomPaths : CollectionExtended<IGeomPath> with get
Return Value
Type:
CollectionExtended
IGeomPath
A CollectionExtended containing the geometric paths.
Implements
IPrstGeomShape
GeomPaths
See Also