Back to Devexpress

ShapeGeometry.Paths Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-shapegeometry.md

latest1.2 KB
Original Source

ShapeGeometry.Paths Property

Returns a collection of paths that define the geometry of a shape. A path is a sequence of segments that can be straight lines, arcs, or Bezier curves.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public ShapePathCollection Paths { get; }
vb
Public ReadOnly Property Paths As ShapePathCollection

Property Value

TypeDescription
ShapePathCollection

A collection of paths that define the geometry of a shape.

|

See Also

ShapeGeometry Class

ShapeGeometry Members

DevExpress.Docs.Presentation Namespace