Click or drag to resize
DigitalRuneUIManagerKeyMap Property
Gets or sets the key map that translates Keys to characters.

Namespace: DigitalRune.Game.UI
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public KeyMap KeyMap { get; set; }

Property Value

Type: KeyMap
The key map. The default is a key map that is automatically chosen based on the current culture settings.

Implements

IUIServiceKeyMap
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is .
See Also