Is this a .Net Label control? If so, it looks like its parent control is the form and not the top dock area of the toolbars manager, which is why its bakground is the form's color and not the ribbon color. When a control has a transparent background, it is not actually transparent. Before painting itself, the .net framework has its parent controls paint on the control first, which simulates transparency. So in this case, the form (and not the dock area showing the ribbon) paints to the Label, then the Label paints its text. You can try to iterate the controls of the form to get to the top dock area and add the Label to that control. However, it looks like you just want a caption for your form. If you set the Text of the form, I think the ribbon will display it. You can also set the Caption and CaptionInactive properties of the Ribbon to set your own caption. These can be formatted text as well.
I also cannot see the image. You can either try to post the image on some other image hosting site, such as photobucket, or you can submit the issue to the support group: http://devcenter.infragistics.com/Protected/SubmitSupportIssue.Aspx.
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.