Skip to main content
A newer version of this page is available. .

GradientPalette.StartColor Property

Gets or sets a palette start color.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.2.Core.dll

Declaration

public Color StartColor { get; set; }

Property Value

Type Description
Color

A Color structure that specifies the palette start color.

Remarks

Use the GradientPalette.EndColor property to specify the palette end color.

See Also