DXPathGradientBrush.PathData Property
In This Article
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 |
---|---|
DXGraphics |
An object that contains graphical data. |
See Also