View Source
Class ColorPickerValueConverter.PickedColor
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
Constructors
View Source
PickedColor(String, String)
Declaration
public PickedColor(string color, string label)
Parameters
Type |
Name |
Description |
System.String |
color |
|
System.String |
label |
|
Properties
View Source
Color
Declaration
[JsonPropertyName("value")]
public string Color { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Label
Declaration
public string Label { get; }
Property Value
Type |
Description |
System.String |
|
Methods
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|