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

GradientPalette.EndColor Property

Gets or sets a palette end color.

Namespace: DevExpress.DashboardCommon

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

Declaration

public Color EndColor { get; set; }

Property Value

Type Description
Color

A Color structure that specifies the palette end color.

Remarks

Use the GradientPalette.StartColor property to specify the palette start color.

See Also