Skip to main content
All docs
V25.1
  • DXPathGradientBrush.InterpolationColors Property

    Gets or sets a multicolor linear gradient.

    Namespace: DevExpress.Drawing

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