Skip to main content
All docs
V23.2

DXGraphicsPathData.PathTypes Property

Obtains types associated with the points in the path.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public IReadOnlyList<DXPathPointType> PathTypes { get; }

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