C# 클래스 Lousy.Mon.PropertyAnimator

A frontend for animating an arbitrary property of a UIElement
상속: AbstractDoubleAnimator
파일 보기 프로젝트 열기: ThatLousyGuy/Monolith

보호된 프로퍼티들

프로퍼티 타입 설명
_propPath string

공개 메소드들

메소드 설명
Property ( string propPath ) : PropertyAnimator
PropertyAnimator ( UIElement elem ) : Windows.UI.Xaml

보호된 메소드들

메소드 설명
CreateAnimation ( ) : Timeline

메소드 상세

CreateAnimation() 보호된 메소드

protected CreateAnimation ( ) : Timeline
리턴 Windows.UI.Xaml.Media.Animation.Timeline

Property() 공개 메소드

public Property ( string propPath ) : PropertyAnimator
propPath string
리턴 PropertyAnimator

PropertyAnimator() 공개 메소드

public PropertyAnimator ( UIElement elem ) : Windows.UI.Xaml
elem Windows.UI.Xaml.UIElement
리턴 Windows.UI.Xaml

프로퍼티 상세

_propPath 보호되어 있는 프로퍼티

protected string _propPath
리턴 string