Click or drag to resize
DigitalRuneConfigurableInputCommandDescription Property
Gets or sets the description of this command.

Namespace: DigitalRune.Game.Input
Assembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax
public string Description { get; set; }

Property Value

Type: String
The description of this command. The default value is .
See Also