Click or drag to resize

ModernCounter Class

Modern Counter is a little history report UI elements.
ModernCounter
Inheritance Hierarchy

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

The ModernCounter type exposes the following members.

Constructors
  NameDescription
Public methodModernCounter
Initializes a new instance of the ModernCounter class.
Top
Properties
  NameDescription
Public propertyData
Gets or Sets an Integer Array to holds the history. When Data is Set DisplayNumber will be updated as the sum of the integer values
Public propertyDisplayNumber
Gets an integer value as the counter (it sums up all values in the Data)
Public propertyHeader
Gets or Sets the header of the ModernCounter
Public propertyTextColor
Gets or Sets the Color of the text and Graph, with animation when the value has changed.
Top
Methods
  NameDescription
Public methodInitializeComponent
InitializeComponent
Top
Fields
  NameDescription
Public fieldStatic memberHeaderProperty
The header property
Top
See Also