FlatColorPickerContrastToolSettingsBuilder

Methods

BackgroundColor(System.String)

Sets the background color for the contrast tool of the FlatColorPicker.

Parameters

value - System.String

The value that configures the background color.

Example

Razor
 
                @(Html.Kendo().FlatColorPicker()
                   .Name("flatColorPicker")
                   .ContrastTool(ct => ct.BackgroundColor("#ff0000"))
                )
             
In this article
MethodsBackgroundColor(System.String)
Not finding the help you need?
Contact Support