Skip to main content
All docs
V25.1
  • DXLinearGradientBrush.LinearColors Property

    Gets or sets the starting and ending colors of the gradient.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public Color[] LinearColors { get; set; }

    Property Value

    Type Description
    Color[]

    An array of two Color structures that represents the starting and ending colors of the gradient.

    See Also