View Source
Class ColorPickerValueConverter.PickedColor
Assembly: Umbraco.Core.dll
Syntax
public class ColorPickerValueConverter.PickedColor
Constructors
View Source
PickedColor(string, string)
Declaration
public PickedColor(string color, string label)
Parameters
| Type |
Name |
Description |
| string |
color |
|
| string |
label |
|
Properties
View Source
Color
Declaration
[JsonPropertyName("value")]
public string Color { get; }
Property Value
View Source
Label
Declaration
public string Label { get; }
Property Value
Methods
View Source
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type |
Description |
| string |
A string that represents the current object.
|