diff --git a/ColorCanvas.md b/ColorCanvas.md index d78182c..10a3c96 100644 --- a/ColorCanvas.md +++ b/ColorCanvas.md @@ -6,18 +6,20 @@ The ColorCanvas allows you to select a color either using an advanced color canv ![](ColorCanvas_color_canvas.jpg) ## Properties -|| Property || Description -| A | Gets or sets the alpha channel of the **SelectedColor**. -| B | Gets or sets the blue channel of the **SelectedColor**. -| G | Gets or sets the green channel of the **SelectedColor**. -| HexadecimalString | Gets or sets the hexadeimal string for the **SelectedColor**. When set, the **SelectedColor** is updated to reflect the new hexadecimal string. -| R | Gets or sets the red channel of the **SelectedColor**. -| SelectedColor | Gets or sets the currently selected color. -| UsingAlphaChannel | Gets or sets a value indicating whether the alpha channel is being used. +| Property | Description | +| --- | --- | +| A | Gets or sets the alpha channel of the **SelectedColor**. | +| B | Gets or sets the blue channel of the **SelectedColor**. | +| G | Gets or sets the green channel of the **SelectedColor**. | +| HexadecimalString | Gets or sets the hexadeimal string for the **SelectedColor**. When set, the **SelectedColor** is updated to reflect the new hexadecimal string. | +| R | Gets or sets the red channel of the **SelectedColor**. | +| SelectedColor | Gets or sets the currently selected color. | +| UsingAlphaChannel | Gets or sets a value indicating whether the alpha channel is being used. | ## Events -|| Event || Description -| SelectedColorChanged | Raised when the **SelectedColor** value changes. +| 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/).** ---- \ No newline at end of file +--- +**Support this project, check out the [Plus Edition](https://xceed.com/xceed-toolkit-plus-for-wpf/).** \ No newline at end of file