Spinning Progress
A spinning progress indicator used to indicate that a lengthy operation is in progress and it's exact progress is unknown.
Namespace: LSOne.Controls
Assembly: LSOne.Controls.SpinningProgress
Syntax
public partial class SpinningProgress: Control
Constructors
|
Name |
Description |
|---|---|
|
SpinningProgress() |
Default constructor |
Properties
|
Name |
Description |
|---|---|
|
ColorStep |
Get or set the color step value used when fading out the trail of spikes. Positive values will brighten the trail, negative values will darken it. |
|
FadeColorCount |
Get or set the number of spikes used for the fading trail of spikes. |
|
Speed |
Get or set the spinning speed, between 1 (slowest) and 100 (fastest). |
|
SpikeCount |
Get or set the number of spikes drawn, from 1 to 200. |
|
SpikePenWidth |
Get or set the width of the pen used when drawing the spikes. |
Examples
See Source\POS\Other\Peripherals\Dialogs\DetectionDialog.cs from DevPack for usage examples.
