C# Class Lousy.Mon.PropertyAnimator

A frontend for animating an arbitrary property of a UIElement
Inheritance: AbstractDoubleAnimator
Afficher le fichier Open project: ThatLousyGuy/Monolith

Protected Properties

Свойство Type Description
_propPath string

Méthodes publiques

Méthode Description
Property ( string propPath ) : PropertyAnimator
PropertyAnimator ( UIElement elem ) : Windows.UI.Xaml

Méthodes protégées

Méthode Description
CreateAnimation ( ) : Timeline

Method Details

CreateAnimation() protected méthode

protected CreateAnimation ( ) : Timeline
Résultat Windows.UI.Xaml.Media.Animation.Timeline

Property() public méthode

public Property ( string propPath ) : PropertyAnimator
propPath string
Résultat PropertyAnimator

PropertyAnimator() public méthode

public PropertyAnimator ( UIElement elem ) : Windows.UI.Xaml
elem Windows.UI.Xaml.UIElement
Résultat Windows.UI.Xaml

Property Details

_propPath protected_oe property

protected string _propPath
Résultat string