SystemParameters.KeyboardSpeed 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取键盘重复速度设置,该设置是 0(约每秒重复 2.5 次)到 31(约每秒重复 30 次)范围内的一个值。
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
属性值
键盘重复速度设置。
- 属性
注解
映射到SPI_GETKEYBOARDSPEED。 请参阅 SystemParametersInfo。
XAML 属性使用方法
<
object property=“{ SystemParameters.KeyboardSpeed}
”/>