Click or drag to resize

ModernProgressBar Class

A Windows 8.1 style progress bar. shows some dots move from left to right. intend to use in application busy mode.
ModernProgressBar
Inheritance Hierarchy

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public class ModernProgressBar : UserControl, 
	IComponentConnector

The ModernProgressBar type exposes the following members.

Constructors
  NameDescription
Public methodModernProgressBar
Initializes a new instance of the ModernProgressBar class.
Top
Properties
  NameDescription
Public propertyDotStyle
Gets or sets the dot style of the progress bar
Public propertyRadius
Gets or sets the radius of the Circle or Rectangle of the dots.
Top
Methods
  NameDescription
Public methodInitializeComponent
InitializeComponent
Top
Fields
  NameDescription
Public fieldStatic memberDotStyleProperty
The dot style backed DependencyProperty
Public fieldStatic memberRadiusProperty
The backed DependencyProperty for Radius
Top
See Also