MindFusion.UI for WebForms Programmer's Guide

ColorPicker.Preset Property

See Also
 





Gets or sets the available preset colors in the popup.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public ColorPreset Preset { get; set; }

Visual Basic  Copy Code

Public Property Preset As ColorPreset

 Property Value

Type: ColorPreset
One of the ColorPreset Enumeration values that specifies the available preset colors in the control's popup. Default value is ColorPreset.Default.

 See Also