Skip to main content
All docs
V23.2

DXLinearGradientBrush.LinearColors Property

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

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.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