C# 클래스 Lousy.Mon.RotateAnimator

A frontend for animating the rotation (in degrees) of a UIElement
상속: AbstractAffineDoubleAnimator
파일 보기 프로젝트 열기: ThatLousyGuy/Monolith

공개 메소드들

메소드 설명
InstantlyFrom ( double fromValue ) : RotateAnimator

Sets the rotation immediately, before the animation activates.

RotateAnimator ( UIElement elem ) : System

보호된 메소드들

메소드 설명
CreateAnimation ( ) : Timeline

메소드 상세

CreateAnimation() 보호된 메소드

protected CreateAnimation ( ) : Timeline
리턴 Windows.UI.Xaml.Media.Animation.Timeline

InstantlyFrom() 공개 메소드

Sets the rotation immediately, before the animation activates.
public InstantlyFrom ( double fromValue ) : RotateAnimator
fromValue double
리턴 RotateAnimator

RotateAnimator() 공개 메소드

public RotateAnimator ( UIElement elem ) : System
elem Windows.UI.Xaml.UIElement
리턴 System