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** **Expanded Advanced**
![](ColorPicker_color_picker_advanced.jpg) ![](ColorPicker_color_picker_advanced.jpg)
## Properties ### Properties
|| Property || Description | 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. | AdvancedButtonHeader | Gets or sets a value representing the text to use for the "Advanced" button in the ColorPicker's popup. |
| AvailableColorsHeader | Gets or sets the header text of the Available Colors section. | AvailableColors | Gets or sets all colors that are available to the user for selection. |
| AvailableColorSortingMode | Gets or sets the way the Available colors are sorted (Alphabetical or by HueSaturationBrightness). By default, Alphabetical. | AvailableColorsHeader | Gets or sets the header text of the Available Colors section. |
| ButtonStyle | Gets or sets the dropdown button style. | AvailableColorSortingMode | Gets or sets the way the Available colors are sorted (Alphabetical or by HueSaturationBrightness). By default, Alphabetical. |
| ColorMode | Gets or sets the current display of the ColorPicker (ColorPalette or ColorCanvas). By default, ColorPalette. | ButtonStyle | Gets or sets the dropdown button style. |
| DisplayColorAndName | Gets or sets a value indicating if the control should display the color, or the color and color name. | ColorMode | Gets or sets the current display of the ColorPicker (ColorPalette or ColorCanvas). By default, ColorPalette. |
| IsOpen | Gets or sets the value indicating if the color dropdown is open. | DisplayColorAndName | Gets or sets a value indicating if the control should display the color, or the color and color name. |
| RecentColors | Gets or sets all the recently selected colors. | IsOpen | Gets or sets the value indicating if the color dropdown is open. |
| RecentColorsHeader | Gets or sets the header text of the Recent Colors section. | RecentColors | Gets or sets all the recently selected colors. |
| SelectedColor | Gets or sets the currently selected color. | RecentColorsHeader | Gets or sets the header text of the Recent Colors section. |
| SelectedColorText | Gets the known color name, or the color hexadecimal string of the **SelectedColor**. | SelectedColor | Gets or sets the currently selected color. |
| ShowAdvancedButton | Gets or sets the visibility of the Advance color mode button. | SelectedColorText | Gets the known color name, or the color hexadecimal string of the **SelectedColor**. |
| ShowAvailableColors | Gets or sets the visibility of the **AvailableColors**. | ShowAdvancedButton | Gets or sets the visibility of the Advance color mode button. |
| ShowDropDownButton | Gets or sets a value indicating whether the dropdown button is shown. | ShowAvailableColors | Gets or sets the visibility of the **AvailableColors**. |
| ShowRecentColors | Gets or sets the visibility of the **RecentColors** (false by default). | ShowDropDownButton | Gets or sets a value indicating whether the dropdown button is shown. |
| ShowStandardColors | Gets or sets the visibility of the **StandardColors**. | ShowRecentColors | Gets or sets the visibility of the **RecentColors** (false by default). |
| StandardButtonHeader | Gets or sets the text to use for the "Standard" button in the ColorPicker's popup. | ShowStandardColors | Gets or sets the visibility of the **StandardColors**. |
| StandardColors | Gets or sets a standard color palette. | StandardButtonHeader | Gets or sets the text to use for the "Standard" button in the ColorPicker's popup. |
| StandardColorsHeader | Gets or sets the header text of the Standard Colors section. | StandardColors | Gets or sets a standard color palette. |
| UsingAlphaChannel | Gets a value indicating whether the alpha channel is being used. | 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 ### Events
|| Event || Description | Event | Description |
| SelectedColorChanged | Raised when the **SelectedColor** value changes. | --- | --- |
| 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