Skip to main content
A newer version of this page is available. .
All docs
V22.2

DXPathGradientBrush.InterpolationColors Property

Gets or sets a multicolor linear gradient.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v22.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