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
ファイルを表示 Open project: nokiadatagathering/WP7-Official

Public Methods

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 ( 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

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

Mirrors M:System.Windows.Media.Animation.Storyboard.Begin.
public Begin ( ) : void
return void

GetCurrentState() public method

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

GetCurrentTime() public method

Mirrors M:System.Windows.Media.Animation.Storyboard.GetCurrentTime.
public GetCurrentTime ( ) : System.TimeSpan
return System.TimeSpan

Pause() public method

Mirrors M:System.Windows.Media.Animation.Storyboard.Pause.
public Pause ( ) : void
return void

Resume() public method

Mirrors M:System.Windows.Media.Animation.Storyboard.Resume.
public Resume ( ) : void
return void

Seek() public method

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

SeekAlignedToLastTick() public method

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

SkipToFill() public method

Mirrors M:System.Windows.Media.Animation.Storyboard.SkipToFill.
public SkipToFill ( ) : void
return void

Stop() public method

Mirrors M:System.Windows.Media.Animation.Storyboard.Stop.
public Stop ( ) : void
return void

Transition() public method

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 .
return System