Completed
Last Updated: 20 Oct 2014 13:52 by ADMIN
ADMIN
Nikolay
Created on: 20 Mar 2012 09:36
Category: RibbonBar
Type: Bug Report
1
ADD. The two fills of RadRibbonBarGroup should be exposed - see BodyFill and GroupFill properties
RadRibbonBarGroup consists of two FillPrimitives (in addition to the main FillPrimitive). These fills should be exposed to the user, so that s\he can tell what their colors should be.

Resolution: 
RadRibbonBarGroup consists of two FillPrimitives which are exposed: GroupFill and BodyFill. You can set their color using the following code snippet: 
radRibbonBarGroup1.BodyFill.BackColor = Color.MediumPurple;
radRibbonBarGroup1.GroupFill.BackColor = Color.MediumSeaGreen;
0 comments