InputElement.GetColorValue

InputElement.GetColorValue method

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

public Color GetColorValue()

Return Value

The color object.

See Also