Does anyone know if it is possible to change the colour of the 'indicator' aspect of the UltraActivityInidicator? That is the green bit (using Aero style) that moves.
I've tried BackColor and ForeColor in various objects:
UltraActivityIndicator.Appearance
UltraActivityIndicator.MarqueeFillAppearance
etc.
My other settings are as follows:
BorderStyle = Solid
MarqueeAnimationStyle = Continuous
UseFlatMode = False
UseOsThemes = True
ViewStyle = Aero
Many thanks and regards.
Hello,A possible approach to achieve this might be by using the following code:
//for status bar color change
UltraStatusBar1.Appearance.BackColor = Color.Green
//for UltraActivityIndicator color change UltraActivityIndicator1.Appearance.BackColor = Color.Red
if u need more help please visit the below link and tell me
http://ahmadkhalid44.blogspot.com/
Regards:
Ahmad Khalid
Software Engineer
Hi,
If you need any additional assistance don’t hesitate to ask.
Regards
This is the sample
I suppose that this forum thread is duplicate with case CAS-115973-V5D9J4. Here is the sample from that case:
Found out how to do this.
You need to turn off UseAppStyling, Also UseOSThemes should be false as well (I made a typo/incorrectly checked the setting when submitting the issue)
Then the colour can be set through UltraActivityIndicator.MarqueeFillAppearance.BackColour