C# Class trello.Extensions.FrameworkElementExtensions

Afficher le fichier Open project: Bunk/trellow

Méthodes publiques

Méthode 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 méthode

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
Résultat void

GetHorizontalOffset() public static méthode

public static GetHorizontalOffset ( this fe ) : TransformOffset
fe this
Résultat TransformOffset

GetVerticalOffset() public static méthode

public static GetVerticalOffset ( this fe ) : TransformOffset
fe this
Résultat TransformOffset

SetHorizontalOffset() public static méthode

public static SetHorizontalOffset ( this fe, double offset ) : void
fe this
offset double
Résultat void

SetRotation() public static méthode

public static SetRotation ( this fe, double degrees ) : void
fe this
degrees double
Résultat void

SetVerticalOffset() public static méthode

public static SetVerticalOffset ( this fe, double offset ) : void
fe this
offset double
Résultat void