NumericUpDown.

Speedup Property

Summary

Gets or sets a value indicating whether the value to be added to or subtracted from Value remains always Interval or if it will increase faster after pressing the up/down button/arrow some time.
Namespace
MahApps.Metro.Controls
Containing Type
NumericUpDown

Syntax

[Category("Common")]
[DefaultValue(true)]
public bool Speedup { get; set; }

Attributes

Type Description
Category
DefaultValueAttribute

Value

Type Description
bool