ColorGradientContrastToolSettingsBuilder
Methods
BackgroundColor(System.String)
Sets the background color for the contrast tool in the ColorGradient.
Parameters
value - System.String
The value that configures the background color.
Example
@(Html.Kendo().ColorGradient()
.Name("colorGradient")
.ContrastTool(ct => ct.BackgroundColor("#ff0000"))
)