Skip to main content
All docs
V26.1
  • DXBlend.Positions Property

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

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v26.1.dll

    Declaration

    public float[] Positions { get; set; }

    Property Value

    Type Description
    Single[]

    An array of blend positions that specify a distance along the gradient line as a percentage.

    See Also