C# Class trello.Extensions.FrameworkElementExtensions

Datei anzeigen Open project: Bunk/trellow

Public Methods

Method Description
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

Method Details

Animate() public static method

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
return void

GetHorizontalOffset() public static method

public static GetHorizontalOffset ( this fe ) : TransformOffset
fe this
return TransformOffset

GetVerticalOffset() public static method

public static GetVerticalOffset ( this fe ) : TransformOffset
fe this
return TransformOffset

SetHorizontalOffset() public static method

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

SetRotation() public static method

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

SetVerticalOffset() public static method

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