NumericUpDown.

Delay Property

Summary

Gets or sets the amount of time, in milliseconds, the NumericUpDown waits while the up/down button is pressed before it starts increasing/decreasing the Value for the specified Interval . The value must be non-negative.
Namespace
MahApps.Metro.Controls
Containing Type
NumericUpDown

Syntax

[Bindable(true)]
[DefaultValue(DefaultDelay)]
[Category("Behavior")]
public int Delay { get; set; }

Attributes

Type Description
Bindable
DefaultValueAttribute
Category

Value

Type Description
int