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; }
<TypeConverterAttribute(GetType(StringToIntArrayTypeConverter))>
Public Property Data As Integer()
Get
Set
public:
[TypeConverterAttribute(typeof(StringToIntArrayTypeConverter))]
property array<int>^ Data {
array<int>^ get ();
void set (array<int>^ value);
}
Property Value
Type:
Int32See Also