DXPathGradientBrush.InterpolationColors Property
In This Article
Gets or sets a multicolor linear gradient.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
public DXColorBlend InterpolationColors { get; set; }
#Property Value
Type | Description |
---|---|
DXColor |
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