Defines which UI a ColorPicker should use for selecting a color.
Namespace: Mindscape.PhoneElementsAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Standard | 0 | The ColorPicker displays a list of named colors for the user to choose from. | |
| Mixer | 1 | The ColorPicker displays Alpha, Red, Green and Blue color channel sliders for customizing a selected color. | |
| Palette | 2 | The ColorPicker displays a palette of colors for the user to choose from. | |
| Custom | 3 | The ColorPicker uses the PickerPageUri property to find a custom UI for picking colors. |