Click or drag to resize
DigitalRuneIAnimationValueTraitsTSet Method

Namespace: DigitalRune.Animation.Traits
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
void Set(
	ref T value,
	IAnimatableProperty<T> property
)

Parameters

value
Type: T
In: The value to write to property.
property
Type: DigitalRune.AnimationIAnimatablePropertyT
The IAnimatablePropertyT that stores the animation value.
See Also