Back to Devexpress

DXPathGradientBrush.InterpolationColors Property

corelibraries-devexpress-dot-drawing-dot-dxpathgradientbrush-dce11a91.md

latest1.3 KB
Original Source

DXPathGradientBrush.InterpolationColors Property

Gets or sets a multicolor linear gradient.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public DXColorBlend InterpolationColors { get; set; }
vb
Public Property InterpolationColors As DXColorBlend

Property Value

TypeDescription
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

DXPathGradientBrush Class

DXPathGradientBrush Members

DevExpress.Drawing Namespace