Skip to main content

FormatConditionRangeGradient.StartStyle Property

Gets the start gradient color.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public StyleSettingsBase StartStyle { get; }

Property Value

Type Description
StyleSettingsBase

A StyleSettingsBase descendant that specifies the start gradient color.

See Also