Search Results for

    Show / Hide Table of Contents
    View Source

    Class ColorPickerValueConverter.PickedColor

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.PropertyEditors.ValueConverters
    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
    Type Description
    string
    View Source

    Label

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

    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.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX