I am trying to create a button that has two triangles. One in the top right corner and one on the bottom left corner as shown below. And each would be displayed based on a boolean value (for example, ShowBottoCyan or ShowUpperGreen). I was hoping to do this in .xaml
I am using C#. I was trying polygons but having trouble understanding them.


