Method | Description | |
---|---|---|
Begin ( ) : void |
Mirrors M:System.Windows.Media.Animation.Storyboard.Begin.
|
|
GetCurrentState ( ) : System.Windows.Media.Animation.ClockState |
Mirrors M:System.Windows.Media.Animation.Storyboard.GetCurrentState.
|
|
GetCurrentTime ( ) : System.TimeSpan |
Mirrors M:System.Windows.Media.Animation.Storyboard.GetCurrentTime.
|
|
Pause ( ) : void |
Mirrors M:System.Windows.Media.Animation.Storyboard.Pause.
|
|
Resume ( ) : void |
Mirrors M:System.Windows.Media.Animation.Storyboard.Resume.
|
|
Seek ( System.TimeSpan offset ) : void |
Mirrors M:System.Windows.Media.Animation.Storyboard.Seek.
|
|
SeekAlignedToLastTick ( System.TimeSpan offset ) : void |
Mirrors M:System.Windows.Media.Animation.Storyboard.SeekAlignedToLastTick.
|
|
SkipToFill ( ) : void |
Mirrors M:System.Windows.Media.Animation.Storyboard.SkipToFill.
|
|
Stop ( ) : void |
Mirrors M:System.Windows.Media.Animation.Storyboard.Stop.
|
|
Transition ( |
Constructs a T:Microsoft.Phone.Controls.Transition for a T:System.Windows.UIElement and a T:System.Windows.Media.Animation.Storyboard.
|
Method | Description | |
---|---|---|
OnCompletedRestore ( object sender, |
Restores the settings for the transition.
|
|
Restore ( ) : void |
Restores the saved P:System.Windows.UIElement.CacheMode and P:System.Windows.UIElement.IsHitTestVisible values for the T:System.Windows.UIElement.
|
|
Save ( ) : void |
Saves the P:System.Windows.UIElement.CacheMode and P:System.Windows.UIElement.IsHitTestVisible values for the T:System.Windows.UIElement.
|
public GetCurrentState ( ) : System.Windows.Media.Animation.ClockState | ||
return | System.Windows.Media.Animation.ClockState |
public Seek ( System.TimeSpan offset ) : void | ||
offset | System.TimeSpan | The time offset. |
return | void |
public SeekAlignedToLastTick ( System.TimeSpan offset ) : void | ||
offset | System.TimeSpan | The time offset. |
return | void |
public Transition ( |
||
element | The |
|
storyboard | System.Windows.Media.Animation.Storyboard | The |
return | System |