How to trigger an action in WPF when the Property is not null? This is a working solution when is null:
Unfortunately, you can't. But actually it's not necessary : you just need to specify the background for when the value is not null in the style setters, not in the trigger :