C# 클래스 trello.Extensions.FrameworkElementExtensions

파일 보기 프로젝트 열기: Bunk/trellow

공개 메소드들

메소드 설명
Animate ( this target, double from, double to, object propertyPath, int duration, int startTime, IEasingFunction easing = null, System.Action completed = null ) : void
GetHorizontalOffset ( this fe ) : TransformOffset
GetVerticalOffset ( this fe ) : TransformOffset
SetHorizontalOffset ( this fe, double offset ) : void
SetRotation ( this fe, double degrees ) : void
SetVerticalOffset ( this fe, double offset ) : void

메소드 상세

Animate() 공개 정적인 메소드

public static Animate ( this target, double from, double to, object propertyPath, int duration, int startTime, IEasingFunction easing = null, System.Action completed = null ) : void
target this
from double
to double
propertyPath object
duration int
startTime int
easing IEasingFunction
completed System.Action
리턴 void

GetHorizontalOffset() 공개 정적인 메소드

public static GetHorizontalOffset ( this fe ) : TransformOffset
fe this
리턴 TransformOffset

GetVerticalOffset() 공개 정적인 메소드

public static GetVerticalOffset ( this fe ) : TransformOffset
fe this
리턴 TransformOffset

SetHorizontalOffset() 공개 정적인 메소드

public static SetHorizontalOffset ( this fe, double offset ) : void
fe this
offset double
리턴 void

SetRotation() 공개 정적인 메소드

public static SetRotation ( this fe, double degrees ) : void
fe this
degrees double
리턴 void

SetVerticalOffset() 공개 정적인 메소드

public static SetVerticalOffset ( this fe, double offset ) : void
fe this
offset double
리턴 void