XlsPrstGeomShape
GeomPaths Property
|
Gets the collection of extended geometric paths. If the collection is not initialized, it initializes the collection and populates it with ShapeGeomPath objects based on the available path information from the shape converter.
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 of IGeomPath objects.
Implements
IPrstGeomShape
GeomPaths
See Also