Click or drag to resize

ModernCounterData Property

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

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
[TypeConverterAttribute(typeof(StringToIntArrayTypeConverter))]
public int[] Data { get; set; }

Property Value

Type: Int32
See Also