C# Class Krempel.WP7.Core.Controls.CustomAnimationTransition

Inheritance: ITransition
Show file Open project: weiran/Metropaper Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
Restore ( ) : void
Save ( ) : void

Method Details

Begin() public method

public Begin ( ) : void
return void

CustomAnimationTransition() public method

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

GetCurrentState() public method

public GetCurrentState ( ) : System.Windows.Media.Animation.ClockState
return System.Windows.Media.Animation.ClockState

GetCurrentTime() public method

public GetCurrentTime ( ) : System.TimeSpan
return System.TimeSpan

Pause() public method

public Pause ( ) : void
return void

Resume() public method

public Resume ( ) : void
return void

Seek() public method

public Seek ( System.TimeSpan offset ) : void
offset System.TimeSpan
return void

SeekAlignedToLastTick() public method

public SeekAlignedToLastTick ( System.TimeSpan offset ) : void
offset System.TimeSpan
return void

SkipToFill() public method

public SkipToFill ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void