Skip to main content

BaseGradientBrushObject.EndColor Property

Gets or sets the color of the gradient brush at the end point.

Namespace: DevExpress.XtraGauges.Core.Drawing

Assembly: DevExpress.XtraGauges.v23.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

public Color EndColor { get; set; }

Property Value

Type Description
Color

A Color value that specifies the color of the gradient brush at the end point.

See Also