C# Класс trello.Extensions.FrameworkElementExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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