C# 클래스 FormsAnimations.Animations.MoreAnimationExtensions

파일 보기 프로젝트 열기: michaeled/FormsAnimations

공개 메소드들

메소드 설명
RelTranslateX ( this view, double offset, uint duration, Easing easing = null ) : System.Threading.Tasks.Task

메소드 상세

RelTranslateX() 공개 정적인 메소드

public static RelTranslateX ( this view, double offset, uint duration, Easing easing = null ) : System.Threading.Tasks.Task
view this
offset double
duration uint
easing Easing
리턴 System.Threading.Tasks.Task