Skip to main content
All docs
V24.2

DXPathGradientBrush.PathData Property

Obtains path data associated with the brush.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v24.2.dll

NuGet Package: DevExpress.Drawing

#Declaration

public DXGraphicsPathData PathData { get; }

#Property Value

Type Description
DXGraphicsPathData

An object that contains graphical data.

See Also