Skip to main content
All docs
V23.2

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.v23.2.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