Class Spinner
- Namespace
- Tudormobile.Wpf.Controls
- Assembly
- Tudormobile.WpfControls.dll
A 'Spinner' is a content control that rotates its content continuously when IsEnabled is true.
The default values of IsEnabled is set to false, which also causes the Visibility to be set to Collapsed. The default value of content is a 'chasing arrow' glyph.
public class Spinner : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
- Inheritance
-
Spinner
- Implements
- Inherited Members
Constructors
Spinner()
Create and initialize a new instance.
public Spinner()