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)
Parameter | Type | Description |
---|---|---|
value | Color | The color object. |
See Also
- class InputElement
- namespace Aspose.Html.Forms
- assembly Aspose.HTML