Back to Devexpress

DXLinearGradientBrush.Blend Property

corelibraries-devexpress-dot-drawing-dot-dxlineargradientbrush.md

latest1.3 KB
Original Source

DXLinearGradientBrush.Blend Property

Gets or sets a custom falloff of the gradient.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public DXBlend Blend { get; set; }
vb
Public Property Blend As DXBlend

Property Value

TypeDescription
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

DXLinearGradientBrush Class

DXLinearGradientBrush Members

DevExpress.Drawing Namespace