Adicionar programaticamente gatilho de estilo

Alguém pode ajudar como adicionar programaticamente o seguinte estilo:

<style>
 <style.Triggers>
     <Trigger Binding="{Binding CustomerId}" Value ="1"/>
     <setter Property="Background" Value="Red"/>
 </style.Triggers>
</style>

questionAnswers(1)

yourAnswerToTheQuestion