DXGraphicsPath.PathTypes Property
Gets the types of the points in the PathPoints list.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<DXPathPointType> | A list of point types in the path. |
See Also