Click or drag to resize
DigitalRuneAnimatablePropertyTValue Property
Gets or sets the value of the property.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public T Value { get; set; }

Property Value

Type: T
The value of the property.
Remarks
Writing Value changes the base value of the property. Reading Value returns the effective value of the property. (If the property is animated, then the animation value is effective value. If no animations are active, then the base value is the effective value.)
See Also