Skip to main content
All docs
V23.2

DXBlend.Factors Property

Gets or sets an array of blend factors for the gradient.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public float[] Factors { get; set; }

Property Value

Type Description
Single[]

An array of blend factors that specify the percentages of the starting color and the ending color to be used at the corresponding position.

See Also