Search Results for

    Show / Hide Table of Contents
    View Source

    Class ColorPickerValueConverter.PickedColor

    Represents a picked color from the color picker.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.PropertyEditors.ValueConverters
    Assembly: Umbraco.Core.dll
    Syntax
    public class ColorPickerValueConverter.PickedColor

    Constructors

    View Source

    PickedColor(string, string)

    Initializes a new instance of the ColorPickerValueConverter.PickedColor class.

    Declaration
    public PickedColor(string color, string label)
    Parameters
    Type Name Description
    string color

    The color value.

    string label

    The color label.

    Properties

    View Source

    Color

    Gets the color value.

    Declaration
    [JsonPropertyName("value")]
    public string Color { get; }
    Property Value
    Type Description
    string
    View Source

    Label

    Gets the color label.

    Declaration
    public string Label { get; }
    Property Value
    Type Description
    string

    Methods

    View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX