In my first clipboard example I borrowed some code that copied a UserControl “as is” to the clipboard. If you study that code you will notice that it performs two steps: Create a bitmap from a UI Control Copy Bitmap to Clipboard As the Canvas I use is dark theme background and the UserControl have…