SaaGlowing

1. Colors

BackColor is the overall background color for the control.

Color is the color for the glowing or animating dot.

2. Other properties

ForceTransparence tells whether the control will be forced to have 0% opacity. I mean it will be transparent to an extend that anything that is behind it, is visible.

Turning on this option may be funny but it will cost catastrophic performance impact specially in containers with gradient colors. Instead use Transparent Color for the BackColor. If you must use this option then turn on only at application runtime and don't turn on in visual studio. It may freeze the designer.

GrowSpeed tells in milliseconds, time it takes the dot to grow or shrink.

Stop tells whether the animation(growing and shrinking) of the dot is turned off.

Last updated