I have a requirement of creating a button which takes the shapes as displayed in the picture:
Can anyone please help me? Thanks in advance!
I have a requirement of creating a button which takes the shapes as displayed in the picture:
Can anyone please help me? Thanks in advance!
You could use a ControlTemplate to achieve that:
Than you apply it to the button:
If you need some references to draw the "Path" check this MSDN link.
Update
To show the content you should use a ContentPresenter, something like this:
In the button: