Skip to main content
All docs
V25.1
  • DXPathGradientBrush.SurroundColors Property

    Gets or sets an array of colors that correspond to the points in the path the PathGradientBrush fills.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public Color[] SurroundColors { get; set; }

    Property Value

    Type Description
    Color[]

    An array of colors associated with each point in the path.

    See Also