Click or drag to resize

SelectColorParametersDefaultColor Property

Gets the default color value.

Namespace:  DotNetBrowser.Browser.Dialogs.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public Color DefaultColor { get; }

Property Value

Type: Color
The default color value represents the value of the value attribute of the <input type="color"> element. If this attribute is not specified, the default color is black.
See Also