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
Показать файл Открыть проект

Открытые методы

Метод Описание
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