Class ColorPickerValue
Interface for Color picker values.
Inheritance
System.Object
ColorPickerValue
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class ColorPickerValue : Object
Constructors
ColorPickerValue()
Declaration
public ColorPickerValue()
Properties
Hex
Specifies the color value as HEX format without opacity.
Declaration
public string Hex { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Rgba
Specifies the color value as RGBA format.
Declaration
public string Rgba { get; set; }
Property Value
Type | Description |
---|---|
System.String |