C# Class TrakHound_UI.Timeline.InertialTimelineScroll

Show file Open project: TrakHound/TrakHound-Community Class Usage Examples

Public Properties

Property Type Description
MovingScroll InertialTimelineScroll

Public Methods

Method Description
InertialTimelineScroll ( FrameworkElement fe ) : System
Release ( ) : void

Private Methods

Method Description
InertialMove ( ) : void

Send event for next inertial step

InitializeInertialMove ( ) : void

Calculate distance in pixels for each inertial step and start deceleration timer

OnDragMouseDown ( object sender, System e ) : void
OnDragMouseUp ( object sender, System e ) : void
OnMouseMove ( object sender, System e ) : void
OnTick ( object sender, EventArgs e ) : void

Method Details

InertialTimelineScroll() public method

public InertialTimelineScroll ( FrameworkElement fe ) : System
fe System.Windows.FrameworkElement
return System

Release() public method

public Release ( ) : void
return void

Property Details

MovingScroll public static property

public static InertialTimelineScroll,TrakHound_UI.Timeline MovingScroll
return InertialTimelineScroll