Specifies the initial delay in milliseconds before the component starts repeating key-down events when AutoRepeat is enabled.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Keyboard.Wpf
SyntaxC#
Copy Code
|
|---|
public int RepeatDelay { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RepeatDelay As Integer |
An integer value specifying initial delay in milliseconds. The default value is 500.
See Also