Change the text brush
Posted: Thu May 04, 2017 1:14 pm
Hello guys.
Can you tell me how to change the text brush via code?
For the data band I got something like:
And for the text object i'm trying something like:
But it's not working.
Thks.
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.