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