I'm not sure I understand the issue. By default the LabelTool's background is transparent so the gradient of the ribbon group can show through. If you post a picture of the problem I might be able to help.
I don't see the attached image. Try inserting it into the text directly.
Peryan77, I can't see the image, and until Mike can respond you could just go to www.photobucket.com and host your image there, and just provide a link to that hosted image here. It's free, and it makes forum posting of images really easy.
I have to manulla set the background to web->transparent.. then it works
Can you verify that the UltraLabel is a child of the UltraGroupBox, either through the designer code or with the Document Outline pane in VS? Also, is the background color of the UltraLabel specifically set to Transparent? If not, it could be picking up the ambient back color from the UltraGroupBox, which may be the Control color even though the group box is drawing another color or gradient in its Paint event.
Im still in the dark...
I have an ultragroupbox. When i add an ultralabel to the ultragroupbox it gets the backgroundcolor of the form.
What to do ?