Skip to main content
All docs
V25.1
  • DXGraphicsPath.PathTypes Property

    Gets the types of the points in the PathPoints list.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.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