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