C# Class Microsoft.Phone.Controls.Transition

Mirrors the T:System.Windows.Media.Animation.Storyboard interface to control an T:Microsoft.Phone.Controls.ITransition for a T:System.Windows.UIElement. Saves and restores the P:System.Windows.UIElement.CacheMode and P:System.Windows.UIElement.IsHitTestVisible values for the T:System.Windows.UIElement.
Inheritance: ITransition
Afficher le fichier Open project: nokiadatagathering/WP7-Official

Méthodes publiques

Méthode 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 ( UIElement element, System.Windows.Media.Animation.Storyboard storyboard ) : System

Constructs a T:Microsoft.Phone.Controls.Transition for a T:System.Windows.UIElement and a T:System.Windows.Media.Animation.Storyboard.

Private Methods

Méthode Description
OnCompletedRestore ( object sender, EventArgs e ) : void

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.

Method Details

Begin() public méthode

Mirrors M:System.Windows.Media.Animation.Storyboard.Begin.
public Begin ( ) : void
Résultat void

GetCurrentState() public méthode

Mirrors M:System.Windows.Media.Animation.Storyboard.GetCurrentState.
public GetCurrentState ( ) : System.Windows.Media.Animation.ClockState
Résultat System.Windows.Media.Animation.ClockState

GetCurrentTime() public méthode

Mirrors M:System.Windows.Media.Animation.Storyboard.GetCurrentTime.
public GetCurrentTime ( ) : System.TimeSpan
Résultat System.TimeSpan

Pause() public méthode

Mirrors M:System.Windows.Media.Animation.Storyboard.Pause.
public Pause ( ) : void
Résultat void

Resume() public méthode

Mirrors M:System.Windows.Media.Animation.Storyboard.Resume.
public Resume ( ) : void
Résultat void

Seek() public méthode

Mirrors M:System.Windows.Media.Animation.Storyboard.Seek.
public Seek ( System.TimeSpan offset ) : void
offset System.TimeSpan The time offset.
Résultat void

SeekAlignedToLastTick() public méthode

Mirrors M:System.Windows.Media.Animation.Storyboard.SeekAlignedToLastTick.
public SeekAlignedToLastTick ( System.TimeSpan offset ) : void
offset System.TimeSpan The time offset.
Résultat void

SkipToFill() public méthode

Mirrors M:System.Windows.Media.Animation.Storyboard.SkipToFill.
public SkipToFill ( ) : void
Résultat void

Stop() public méthode

Mirrors M:System.Windows.Media.Animation.Storyboard.Stop.
public Stop ( ) : void
Résultat void

Transition() public méthode

Constructs a T:Microsoft.Phone.Controls.Transition for a T:System.Windows.UIElement and a T:System.Windows.Media.Animation.Storyboard.
public Transition ( UIElement element, System.Windows.Media.Animation.Storyboard storyboard ) : System
element System.Windows.UIElement The .
storyboard System.Windows.Media.Animation.Storyboard The .
Résultat System