Skip to main content
All docs
V25.1
  • DXBlend.Factors Property

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

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.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