there is for example such an element:

<Ellipse Name="indicator" Fill="#FFFF2424" Stroke="Black" Width="15" Height="15" Margin="10,0,0,0" /> 

in the code, the variable running=true/false

How to bind the fill color of an ellipse so that it is red for false and green for true?

0