Skip to main content
All docs
V23.2

DXGraphicsPath.PathTypes Property

Gets the types of the points in the PathPoints list.

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 point types in the path.

See Also