I have gotten code from this thread previously that showed me how to add transparency to the back ground. Which did work, however it only works for a rich text editor that was already created and placed on my window. If I try to add the background color (with a lower then 255 alpha value) at the same time which I create the XamRichTextEditor the background color does not show up transparent, in fact it just stays white.
Regards,
Aaron
Hello Aaron,
Thank you for your post!
I have been looking into your issue. I have created a small sample application in order to test the functionality you have reported and I was not able to reproduce it.
In the sample application I have been testing with I have a button. When the user clicks it a XamRichTextEditor is added to the Window and the background is being set.
I am attaching the above mentioned sample application. Would you please modify it with the functionality you are using, so the issue is reproducible? This way I would be able to further investigate this for you.
Looking forward to hearing from you.
That does work for solid colors yes. however my issue is specifically if the color has transparency in it. Meaning the alpha channel of the ARGB that the color is formed from cannot be 255.