Pick the mode for the C1ColorPicker.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public enum C1ColorPickerMode
Visual Basic
Public Enumeration C1ColorPickerMode

Members

Member nameValueDescription
Basic0 Shows only the basic tab.
Advanced1 Shows only the advanced tab.
Both2 Shows both the basic and the advanced tabs.

See Also