Skip to main content
All docs
V25.1
  • DXLinearGradientBrush.Blend Property

    Gets or sets a custom falloff of the gradient.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public DXBlend Blend { get; set; }

    Property Value

    Type Description
    DXBlend

    An object that contains arrays of blend factors and positions.

    Remarks

    A Blend contains arrays of blend factors and positions. The blend factors specify the percentages of the starting and ending colors to use at the corresponding position. The positions are given as a percentage of distance along the gradient line.

    See Also