Search Results for

    Show / Hide Table of Contents
    View Source

    Class ColorPickerValueConverter.PickedColor

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PropertyEditors.ValueConverters
    Assembly: Umbraco.Core.dll
    Syntax
    public class PickedColor

    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
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • PickedColor(String, String)
    • Properties
      • Color
      • Label
    • Methods
      • ToString()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX