Updated ColorPicker (markdown)

master
DianeXceed 9 years ago
parent
commit
d76fc0223d
  1. 58
      ColorPicker.md

58
ColorPicker.md

@ -12,33 +12,35 @@ The ColorPicker is an editor that allows a user to pick a color from predefind c
**Expanded Advanced**
![](ColorPicker_color_picker_advanced.jpg)
## Properties
|| Property || Description
| AdvancedButtonHeader | Gets or sets a value representing the text to use for the "Advanced" button in the ColorPicker's popup.
| AvailableColors | Gets or sets all colors that are available to the user for selection.
| AvailableColorsHeader | Gets or sets the header text of the Available Colors section.
| AvailableColorSortingMode | Gets or sets the way the Available colors are sorted (Alphabetical or by HueSaturationBrightness). By default, Alphabetical.
| ButtonStyle | Gets or sets the dropdown button style.
| ColorMode | Gets or sets the current display of the ColorPicker (ColorPalette or ColorCanvas). By default, ColorPalette.
| DisplayColorAndName | Gets or sets a value indicating if the control should display the color, or the color and color name.
| IsOpen | Gets or sets the value indicating if the color dropdown is open.
| RecentColors | Gets or sets all the recently selected colors.
| RecentColorsHeader | Gets or sets the header text of the Recent Colors section.
| SelectedColor | Gets or sets the currently selected color.
| SelectedColorText | Gets the known color name, or the color hexadecimal string of the **SelectedColor**.
| ShowAdvancedButton | Gets or sets the visibility of the Advance color mode button.
| ShowAvailableColors | Gets or sets the visibility of the **AvailableColors**.
| ShowDropDownButton | Gets or sets a value indicating whether the dropdown button is shown.
| ShowRecentColors | Gets or sets the visibility of the **RecentColors** (false by default).
| ShowStandardColors | Gets or sets the visibility of the **StandardColors**.
| StandardButtonHeader | Gets or sets the text to use for the "Standard" button in the ColorPicker's popup.
| StandardColors | Gets or sets a standard color palette.
| StandardColorsHeader | Gets or sets the header text of the Standard Colors section.
| UsingAlphaChannel | Gets a value indicating whether the alpha channel is being used.
### Properties
| Property | Description |
| --- | --- |
| AdvancedButtonHeader | Gets or sets a value representing the text to use for the "Advanced" button in the ColorPicker's popup. |
| AvailableColors | Gets or sets all colors that are available to the user for selection. |
| AvailableColorsHeader | Gets or sets the header text of the Available Colors section. |
| AvailableColorSortingMode | Gets or sets the way the Available colors are sorted (Alphabetical or by HueSaturationBrightness). By default, Alphabetical. |
| ButtonStyle | Gets or sets the dropdown button style. |
| ColorMode | Gets or sets the current display of the ColorPicker (ColorPalette or ColorCanvas). By default, ColorPalette. |
| DisplayColorAndName | Gets or sets a value indicating if the control should display the color, or the color and color name. |
| IsOpen | Gets or sets the value indicating if the color dropdown is open. |
| RecentColors | Gets or sets all the recently selected colors. |
| RecentColorsHeader | Gets or sets the header text of the Recent Colors section. |
| SelectedColor | Gets or sets the currently selected color. |
| SelectedColorText | Gets the known color name, or the color hexadecimal string of the **SelectedColor**. |
| ShowAdvancedButton | Gets or sets the visibility of the Advance color mode button. |
| ShowAvailableColors | Gets or sets the visibility of the **AvailableColors**. |
| ShowDropDownButton | Gets or sets a value indicating whether the dropdown button is shown. |
| ShowRecentColors | Gets or sets the visibility of the **RecentColors** (false by default). |
| ShowStandardColors | Gets or sets the visibility of the **StandardColors**. |
| StandardButtonHeader | Gets or sets the text to use for the "Standard" button in the ColorPicker's popup. |
| StandardColors | Gets or sets a standard color palette. |
| StandardColorsHeader | Gets or sets the header text of the Standard Colors section. |
| UsingAlphaChannel | Gets a value indicating whether the alpha channel is being used. |
## Events
|| Event || Description
| SelectedColorChanged | Raised when the **SelectedColor** value changes.
### Events
| Event | Description |
| --- | --- |
| SelectedColorChanged | Raised when the **SelectedColor** value changes. |
**Support this project, check out the [Plus Edition](https://xceed.com/xceed-toolkit-plus-for-wpf/).**
---
---
**Support this project, check out the [Plus Edition](https://xceed.com/xceed-toolkit-plus-for-wpf/).**
Loading…
Cancel
Save