Can you tell me how to change the text brush via code?
For the data band I got something like:
Code: Select all
((DataBand2 as StiDataBand).Brush as StiSolidBrush).Color = Color.Gainsboro;
Code: Select all
((Text7 as StiText).Brush as StiSolidBrush).Color = Color.Gainsboro;
Thks.