C# 클래스 csCommon.Controls.StopHoldPointAnimation

상속: System.Windows.Media.Animation.PointAnimation
파일 보기 프로젝트 열기: TNOCS/csTouch 1 사용 예제들

공개 메소드들

메소드 설명
StopHoldPointAnimation ( ) : System
StopHoldPointAnimation ( Point toValue, Duration duration, FrameworkElement target, DependencyProperty dp ) : System

비공개 메소드들

메소드 설명
StopHoldDoubleAnimationCompleted ( object sender, EventArgs e ) : void

메소드 상세

StopHoldPointAnimation() 공개 메소드

public StopHoldPointAnimation ( ) : System
리턴 System

StopHoldPointAnimation() 공개 메소드

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