Skip to main content

BaseGradientBrushObject.StartColor Property

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

Namespace: DevExpress.XtraGauges.Core.Drawing

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

NuGet Package: DevExpress.Gauges.Core

#Declaration

public Color StartColor { get; set; }

#Property Value

Type Description
Color

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

See Also