C# Class InfoStrat.MotionFx.Filters.ActiveScatterViewMotionInputFilter

Inheritance: InputFilter
Show file Open project: InfoStrat/MotionFx

Public Properties

Property Type Description
MinimumDistanceProperty System.Windows.DependencyProperty

Protected Methods

Method Description
IsDeviceValid ( bool wasValid, System.Windows.Input.InputEventArgs args ) : bool
RegisterEvents ( UIElement element ) : void
UnregisterEvents ( UIElement element ) : void

Method Details

IsDeviceValid() protected method

protected IsDeviceValid ( bool wasValid, System.Windows.Input.InputEventArgs args ) : bool
wasValid bool
args System.Windows.Input.InputEventArgs
return bool

RegisterEvents() protected method

protected RegisterEvents ( UIElement element ) : void
element System.Windows.UIElement
return void

UnregisterEvents() protected method

protected UnregisterEvents ( UIElement element ) : void
element System.Windows.UIElement
return void

Property Details

MinimumDistanceProperty public static property

Identifies the MinimumDistance dependency property.
public static DependencyProperty,System.Windows MinimumDistanceProperty
return System.Windows.DependencyProperty