Class ColorPickerValue
Provides information about the model passes in ValueChange
and Selected
event callback..
Inheritance
System.Object
ColorPickerValue
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class ColorPickerValue : Object
Constructors
ColorPickerValue()
Declaration
public ColorPickerValue()
Properties
Hex
Gets or sets a value that indicates the color value as HEX format without opacity.
Declaration
public string Hex { get; set; }
Property Value
Type |
---|
System.String |
Rgba
Gets or sets a value that indicates the color value as RGBA format.
Declaration
public string Rgba { get; set; }
Property Value
Type |
---|
System.String |