DXLinearGradientBrush.Blend Property
In This Article
Gets or sets a custom falloff of the gradient.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
#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