Class EyeDropperColorPickerConfiguration
Represents the configuration for the Eye Dropper picker value editor.
Inheritance
System.Object
Namespace: Umbraco.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class EyeDropperColorPickerConfiguration
Properties
View SourceShowAlpha
Declaration
[ConfigurationField("showAlpha", "Show alpha", "boolean", Description = "Allow alpha transparency selection.")]
public bool ShowAlpha { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowPalette
Declaration
[ConfigurationField("showPalette", "Show palette", "boolean", Description = "Show a palette next to the color picker.")]
public bool ShowPalette { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |