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

    Obtains types associated with the points in the path.

    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 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