DXGraphicsPathData.PathTypes Property
Obtains types associated with the points in the path.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v25.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<DXPathPointType> | A list of types associated with the points in the path. |
Remarks
Use the DXGraphicsPathData.PathPoints property to retrieve a list of points that define the DXGraphicsPathData instance.
See Also