| DelegateAnimatablePropertyTGetValue Property |
Gets or sets the callback that reads the property value.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public Func<T> GetValue { get; set; }
Public Property GetValue As Func(Of T)
Get
Set
public:
property Func<T>^ GetValue {
Func<T>^ get ();
void set (Func<T>^ value);
}
member GetValue : Func<'T> with get, set
Property Value
Type:
FuncTThe callback that reads the property value.
See Also