I want to bind the border background to a property - which will relate to a static resource. I currently get a XAML exception saying it cant' find resource Windows.Binding.
So if I set the property BorderBackground to "Instrucitons" it will set the corresponding colour.
Background="{StaticResource {Binding BorderBackground}}
<SolidColorBrush x:Key="Instructions" Color="#D80073" />