Click or drag to resize
DigitalRuneAnimationInstanceTProperty Property
Gets the target property that is being animated.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public IAnimatableProperty<T> Property { get; }

Property Value

Type: IAnimatablePropertyT
The target property that is being animated. Returns if the instance is not assigned to a property or if the owner of the property has been garbage collected.
See Also