C# Класс Lousy.Mon.Oli

Fluent animation factory for UIElements
Показать файл Открыть проект

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

Метод Описание
Animate ( UIElement elem ) : PropertyAnimator

Animates an arbitrary property of a UIElement.

AnimateHeightOf ( UIElement elem ) : HeightAnimator

Changes the height of a UIElement.

AnimateWidthOf ( UIElement elem ) : WidthAnimator

Changes the width of a UIElement.

Fade ( UIElement elem ) : FadeAnimator

Changes the opacity of a UIElement.

MoveXOf ( UIElement elem ) : MoveXAnimator

Moves a UIElement along the X axis.

MoveYOf ( UIElement elem ) : MoveYAnimator

Moves a UIElement along the Y axis.

Rotate ( UIElement elem ) : RotateAnimator

Rotates a UIElement.

Run ( CodeDelegate del ) : CodeAnimator

Runs arbitrary code. Use this method to run code after an animation completes.

ScaleXOf ( UIElement elem ) : ScaleXAnimator

Scales a UIElement along the X axis.

ScaleYOf ( UIElement elem ) : ScaleYAnimator

Scales a UIElement along the Y axis.

Описание методов

Animate() публичный статический Метод

Animates an arbitrary property of a UIElement.
public static Animate ( UIElement elem ) : PropertyAnimator
elem Windows.UI.Xaml.UIElement
Результат PropertyAnimator

AnimateHeightOf() публичный статический Метод

Changes the height of a UIElement.
public static AnimateHeightOf ( UIElement elem ) : HeightAnimator
elem Windows.UI.Xaml.UIElement
Результат HeightAnimator

AnimateWidthOf() публичный статический Метод

Changes the width of a UIElement.
public static AnimateWidthOf ( UIElement elem ) : WidthAnimator
elem Windows.UI.Xaml.UIElement
Результат WidthAnimator

Fade() публичный статический Метод

Changes the opacity of a UIElement.
public static Fade ( UIElement elem ) : FadeAnimator
elem Windows.UI.Xaml.UIElement
Результат FadeAnimator

MoveXOf() публичный статический Метод

Moves a UIElement along the X axis.
public static MoveXOf ( UIElement elem ) : MoveXAnimator
elem Windows.UI.Xaml.UIElement
Результат MoveXAnimator

MoveYOf() публичный статический Метод

Moves a UIElement along the Y axis.
public static MoveYOf ( UIElement elem ) : MoveYAnimator
elem Windows.UI.Xaml.UIElement
Результат MoveYAnimator

Rotate() публичный статический Метод

Rotates a UIElement.
public static Rotate ( UIElement elem ) : RotateAnimator
elem Windows.UI.Xaml.UIElement
Результат RotateAnimator

Run() публичный статический Метод

Runs arbitrary code. Use this method to run code after an animation completes.
public static Run ( CodeDelegate del ) : CodeAnimator
del CodeDelegate
Результат CodeAnimator

ScaleXOf() публичный статический Метод

Scales a UIElement along the X axis.
public static ScaleXOf ( UIElement elem ) : ScaleXAnimator
elem Windows.UI.Xaml.UIElement
Результат ScaleXAnimator

ScaleYOf() публичный статический Метод

Scales a UIElement along the Y axis.
public static ScaleYOf ( UIElement elem ) : ScaleYAnimator
elem Windows.UI.Xaml.UIElement
Результат ScaleYAnimator