Defines which UI a ColorPicker should use for selecting a color.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public enum ColorPickerMode
Visual Basic
Public Enumeration ColorPickerMode
Visual C++
public enum class ColorPickerMode

Members

Member nameValueDescription
Standard0 The ColorPicker displays a list of named colors for the user to choose from.
Mixer1 The ColorPicker displays Alpha, Red, Green and Blue color channel sliders for customizing a selected color.
Palette2 The ColorPicker displays a palette of colors for the user to choose from.
Custom3 The ColorPicker uses the PickerPageUri property to find a custom UI for picking colors.

See Also