SystemParameters.KeyboardSpeed Property

Definition

Gets the keyboard repeat-speed setting, which is a value in the range from 0 (approximately 2.5 repetitions per second) through 31 (approximately 30 repetitions per second).

public:
 static property int KeyboardSpeed { int get(); };
public static int KeyboardSpeed { [System.Security.SecurityCritical] get; }
public static int KeyboardSpeed { get; }
[<get: System.Security.SecurityCritical>]
static member KeyboardSpeed : int
static member KeyboardSpeed : int
Public Shared ReadOnly Property KeyboardSpeed As Integer

Property Value

The keyboard repeat-speed setting.

Attributes

Remarks

Maps to SPI_GETKEYBOARDSPEED. See SystemParametersInfo.

XAML attribute usage

<object property="{ SystemParameters.KeyboardSpeed}"/>

Applies to