Color brush from App.xaml
App.xaml
has a ResourceDictionary
that contains a SolidColorBrush
.
How can I get that SolidColorBrush
from a different file .cs
?
2 Replies
App.xaml
has a ResourceDictionary
that contains a SolidColorBrush
.
How can I get that SolidColorBrush
from a different file .cs
?