| AnimationInstanceTProperty Property |
Gets the target property that is being animated.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public IAnimatableProperty<T> Property { get; }
Public ReadOnly Property Property As IAnimatableProperty(Of T)
Get
public:
property IAnimatableProperty<T>^ Property {
IAnimatableProperty<T>^ get ();
}
member Property : IAnimatableProperty<'T> with 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