Skip to main content
All docs
V23.2

DXPathGradientBrush.InterpolationColors Property

Gets or sets a multicolor linear gradient.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public DXColorBlend InterpolationColors { get; set; }

Property Value

Type Description
DXColorBlend

An object defines a multicolor linear gradient.

Remarks

A DXColorBlend object contains corresponding arrays of colors and positions. The positions are values from 0 through 1 that specify the percentage of the distance along the gradient path where the corresponding color is located.

See Also