Create effects for images in WPF programmatically in C#
- by user279244
Hi,
I am adding images in WPF canvas programmatically in C#. I want to add some effects for the images like, bevel and rounded corners. Please tell me how to do it programmatically.
Thank