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

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

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