Click or drag to resize
BindingValue Property
Gives you the balue of this Binding as float. When set it checks if the Value has changed and triggers the ValueChanged event

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

Property Value

Type: Single
The value.
See Also