Table of Contents

Class ColorSwatch

Namespace
Dynamicweb.CoreUI.Editors.Inputs
Assembly
Dynamicweb.CoreUI.dll
public class ColorSwatch : EditorBase<string>
Inheritance
ColorSwatch
Inherited Members
Extension Methods

Properties

NeutralColors

public List<string> NeutralColors { get; set; }

Property Value

List<string>

PrimaryColors

public List<string> PrimaryColors { get; set; }

Property Value

List<string>
To top