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

DXLinearGradientBrush.Blend Property

Gets or sets a custom falloff of the gradient.

Namespace: DevExpress.Drawing

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