Click or drag to resize
BindingAxis Property
Gives you the Axis that is assigned to this Binding. when set, it will also set the BindingType to Axis

Namespace: Codolith.InputManager
Assembly: Codolith.InputManager (in Codolith.InputManager.dll) Version: 1.0.5438.34543
Syntax
C#
public string Axis { get; set; }

Property Value

Type: String
The axis.
See Also