C# Class csCommon.Controls.StopHoldPointAnimation

Inheritance: System.Windows.Media.Animation.PointAnimation
Datei anzeigen Open project: TNOCS/csTouch Class Usage Examples

Public Methods

Method Description
StopHoldPointAnimation ( ) : System
StopHoldPointAnimation ( Point toValue, Duration duration, FrameworkElement target, DependencyProperty dp ) : System

Private Methods

Method Description
StopHoldDoubleAnimationCompleted ( object sender, EventArgs e ) : void

Method Details

StopHoldPointAnimation() public method

public StopHoldPointAnimation ( ) : System
return System

StopHoldPointAnimation() public method

public StopHoldPointAnimation ( Point toValue, Duration duration, FrameworkElement target, DependencyProperty dp ) : System
toValue Point
duration Duration
target System.Windows.FrameworkElement
dp System.Windows.DependencyProperty
return System