C# 클래스 Microsoft.Phone.Controls.TransitionElement

Transition factory for a particular transition family.
상속: DependencyObject
파일 보기 프로젝트 열기: jeffwilcox/4thandmayor-ancient 1 사용 예제들

공개 메소드들

메소드 설명
GetTransition ( UIElement element ) : ITransition

Creates a new T:Microsoft.Phone.Controls.ITransition for a T:System.Windows.UIElement. Existing F:System.Windows.UIElement.RenderTransformProperty or F:System.Windows.UIElement.ProjectionProperty values may be saved and cleared before the start of the transition, then restored it after it is stopped or completed.

메소드 상세

GetTransition() 공개 추상적인 메소드

Creates a new T:Microsoft.Phone.Controls.ITransition for a T:System.Windows.UIElement. Existing F:System.Windows.UIElement.RenderTransformProperty or F:System.Windows.UIElement.ProjectionProperty values may be saved and cleared before the start of the transition, then restored it after it is stopped or completed.
public abstract GetTransition ( UIElement element ) : ITransition
element UIElement The .
리턴 ITransition