InputElement.SetColorValue

InputElement.SetColorValue method

This method is used to set color as a value for input element. This method is valid if only the type of the input element is “color”

public void SetColorValue(Color value)
ParameterTypeDescription
valueColorThe color object.

See Also