Home > Software design >  Diagonally Split Button with 2 colors WPF
Diagonally Split Button with 2 colors WPF

Time:04-21

I would like to know if its possible to create a button in WPF, that is split in half diagonally. In addition, would it also be possible to individually color them? The button parts don't need to be clickable, as long as I can color them that way, I can figure out a way around that.

I have tried with gradients but I can't turn off interpolation, so thats out of the question.

gradient

  • Related