C# 클래스 Lousy.Mon.Oli

Fluent animation factory for UIElements
파일 보기 프로젝트 열기: ThatLousyGuy/Monolith

공개 메소드들

메소드 설명
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