C# 클래스 Krempel.WP7.Core.Controls.CustomAnimationTransition

상속: ITransition
파일 보기 프로젝트 열기: weiran/Metropaper 1 사용 예제들

공개 메소드들

메소드 설명
Begin ( ) : void
CustomAnimationTransition ( FrameworkElement element, IStoryboardBuilder builders ) : System
GetCurrentState ( ) : System.Windows.Media.Animation.ClockState
GetCurrentTime ( ) : System.TimeSpan
Pause ( ) : void
Resume ( ) : void
Seek ( System.TimeSpan offset ) : void
SeekAlignedToLastTick ( System.TimeSpan offset ) : void
SkipToFill ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
Restore ( ) : void
Save ( ) : void

메소드 상세

Begin() 공개 메소드

public Begin ( ) : void
리턴 void

CustomAnimationTransition() 공개 메소드

public CustomAnimationTransition ( FrameworkElement element, IStoryboardBuilder builders ) : System
element System.Windows.FrameworkElement
builders IStoryboardBuilder
리턴 System

GetCurrentState() 공개 메소드

public GetCurrentState ( ) : System.Windows.Media.Animation.ClockState
리턴 System.Windows.Media.Animation.ClockState

GetCurrentTime() 공개 메소드

public GetCurrentTime ( ) : System.TimeSpan
리턴 System.TimeSpan

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Resume() 공개 메소드

public Resume ( ) : void
리턴 void

Seek() 공개 메소드

public Seek ( System.TimeSpan offset ) : void
offset System.TimeSpan
리턴 void

SeekAlignedToLastTick() 공개 메소드

public SeekAlignedToLastTick ( System.TimeSpan offset ) : void
offset System.TimeSpan
리턴 void

SkipToFill() 공개 메소드

public SkipToFill ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void