C# 클래스 SilverlightMappingToolBasic.UI.Extensions.MarginAnimation

파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

Private Properties

프로퍼티 타입 설명
TimerTick void

공개 메소드들

메소드 설명
MarginAnimation ( System.Windows.Thickness from, System.Windows.Thickness to, double sec, FrameworkElement control ) : System
Start ( bool isForward = true ) : void

비공개 메소드들

메소드 설명
TimerTick ( object sender, EventArgs eventArgs ) : void

메소드 상세

MarginAnimation() 공개 메소드

public MarginAnimation ( System.Windows.Thickness from, System.Windows.Thickness to, double sec, FrameworkElement control ) : System
from System.Windows.Thickness
to System.Windows.Thickness
sec double
control System.Windows.FrameworkElement
리턴 System

Start() 공개 메소드

public Start ( bool isForward = true ) : void
isForward bool
리턴 void