| IAnimationValueTraitsTSet Method |
Namespace: DigitalRune.Animation.TraitsAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax void Set(
ref T value,
IAnimatableProperty<T> property
)
Sub Set (
ByRef value As T,
property As IAnimatableProperty(Of T)
)
void Set(
T% value,
IAnimatableProperty<T>^ property
)
abstract Set :
value : 'T byref *
property : IAnimatableProperty<'T> -> unit
Parameters
- value
- Type: T
In: The value to write to property. - property
- Type: DigitalRune.AnimationIAnimatablePropertyT
The IAnimatablePropertyT that stores the animation value.
See Also