When working with color pickers, there sometimes is a limitation to only allow non-transparent colors to be picked.
Currently, the only way to disable this functionality is to hide the alpha slider by re-templating the whole control, which is non-optimal at best.
I propose adding a DependencyProperty into the XamColorPicker to either hide or disable (or both) the ability to change the alpha channel.