C# Class Lousy.Mon.PropertyAnimator

A frontend for animating an arbitrary property of a UIElement
Inheritance: AbstractDoubleAnimator
显示文件 Open project: ThatLousyGuy/Monolith

Protected Properties

Property Type Description
_propPath string

Public Methods

Method Description
Property ( string propPath ) : PropertyAnimator
PropertyAnimator ( UIElement elem ) : Windows.UI.Xaml

Protected Methods

Method Description
CreateAnimation ( ) : Timeline

Method Details

CreateAnimation() protected method

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

Property() public method

public Property ( string propPath ) : PropertyAnimator
propPath string
return PropertyAnimator

PropertyAnimator() public method

public PropertyAnimator ( UIElement elem ) : Windows.UI.Xaml
elem Windows.UI.Xaml.UIElement
return Windows.UI.Xaml

Property Details

_propPath protected_oe property

protected string _propPath
return string