Click or drag to resize
DigitalRuneDelegateAnimatablePropertyTGetValue Property
Gets or sets the callback that reads the property value.

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

Property Value

Type: FuncT
The callback that reads the property value.
See Also