I've tried to change color of Border inside busycontent ContentPresenter to match my application style.
First I've tried to set Background property of BusyIndicator, but it didn't help. That Border still has greyish gradient for background. When I saw Style of this control I figured out it can't work.
Then I copied entire Style to my app's resource dictionary and edited it to match my application style. Now it looks perfect but BusyIndicator won't change visual states. When I open my view BusyIndicator is shown (bound IsBusy variable is false), and cannot be hidden (tried to change bound variable value in runtime many times).
What am I missing here?
I can paste my Style but it is exactly same as original one except few brushes.
First I've tried to set Background property of BusyIndicator, but it didn't help. That Border still has greyish gradient for background. When I saw Style of this control I figured out it can't work.
Then I copied entire Style to my app's resource dictionary and edited it to match my application style. Now it looks perfect but BusyIndicator won't change visual states. When I open my view BusyIndicator is shown (bound IsBusy variable is false), and cannot be hidden (tried to change bound variable value in runtime many times).
What am I missing here?
I can paste my Style but it is exactly same as original one except few brushes.