Displays a busy animation. More...
Public Member Functions | |
| BusyAnimation () | |
| Creates an instance of the control. More... | |
Static Public Attributes | |
| static readonly DependencyProperty | StepIntervalProperty |
| StepInterval property to control speed of animation. More... | |
| static readonly DependencyProperty | IsRunningProperty |
| IsRunning property to control whether the animation is running. More... | |
Properties | |
| TimeSpan | StepInterval [getset] |
| Gets or sets a property controlling the speed of the animation. More... | |
| bool | IsRunning [getset] |
| Gets or sets a property controlling whether the animation is running. More... | |
Displays a busy animation.
Definition at line 39 of file Csla.Xaml.Shared/BusyAnimation.cs.
| Csla.Xaml.BusyAnimation.BusyAnimation | ( | ) |
Creates an instance of the control.
Definition at line 127 of file Csla.Xaml.Shared/BusyAnimation.cs.
|
static |
IsRunning property to control whether the animation is running.
Definition at line 73 of file Csla.Xaml.Shared/BusyAnimation.cs.
|
static |
StepInterval property to control speed of animation.
Definition at line 55 of file Csla.Xaml.Shared/BusyAnimation.cs.
|
getset |
Gets or sets a property controlling whether the animation is running.
Definition at line 98 of file Csla.Xaml.Shared/BusyAnimation.cs.
|
getset |
Gets or sets a property controlling the speed of the animation.
Definition at line 84 of file Csla.Xaml.Shared/BusyAnimation.cs.