Gets or sets how many times to send the key code when this key is pressed.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Keyboard.Wpf
SyntaxC#
Copy Code
|
|---|
public int Repeat { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Repeat As Integer |
An integer value specifying the number of character to send.
See Also