Skip to main content
All docs
V23.2

DXPathGradientBrush(DXPathGradientBrush) Constructor

Initializes a new instance of the DXPathGradientBrush class with specified settings.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public DXPathGradientBrush(
    DXPathGradientBrush brush
)

Parameters

Name Type Description
brush DXPathGradientBrush

The base gradient brush.

See Also