SystemParameters.KeyboardSpeedKey Property

Definition

Gets the ResourceKey for the KeyboardSpeed property.

public:
 static property System::Windows::ResourceKey ^ KeyboardSpeedKey { System::Windows::ResourceKey ^ get(); };
public static System.Windows.ResourceKey KeyboardSpeedKey { get; }
static member KeyboardSpeedKey : System.Windows.ResourceKey
Public Shared ReadOnly Property KeyboardSpeedKey As ResourceKey

Property Value

A resource key.

Remarks

XAML attribute usage

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

Applies to