Пример #1
0
 private void ReadBrush(XRControl xtraControl, StiComponent comp)
 {
     if (comp is IStiBrush)
     {
         IStiBrush brushComp = comp as IStiBrush;
         brushComp.Brush = new StiSolidBrush(xtraControl.GetEffectiveBackColor());
     }
 }