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.v20.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

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