C# 클래스 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.
상속: ITransition
파일 보기 프로젝트 열기: nokiadatagathering/WP7-Official

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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.

메소드 상세

Begin() 공개 메소드

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

GetCurrentState() 공개 메소드

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

GetCurrentTime() 공개 메소드

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

Pause() 공개 메소드

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

Resume() 공개 메소드

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

Seek() 공개 메소드

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

SeekAlignedToLastTick() 공개 메소드

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

SkipToFill() 공개 메소드

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

Stop() 공개 메소드

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

Transition() 공개 메소드

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 .
리턴 System