Binding to a SolidColorBrush and to Its Color
Translucent Background Color While working on a WinRT project (Windows 8 Store App), I came across an interesting problem; how do I bind the Background property of a Border element to a SolidColorBrush but then set the opacity of that same brush to get the translucent look…
Continue reading