We are exploring options with using a transparent rich text editor to go over images. Is there anyway to set the background color of this control to be transparent?
Regards
Hello Aaron,
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I set the XamRichTextEditor’s Background Property to Transparent and handled its Loaded event. I the handler I get some of its elements and set their Background to Transparent, too. Please let me know if you need further clarifications on this matter.
Looking forward for your reply.
Worked like a charm, thank you sir!