Click or drag to resize
DigitalRuneDelegateAnimatablePropertyT Constructor

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public DelegateAnimatableProperty(
	Func<T> getter,
	Action<T> setter
)

Parameters

getter
Type: SystemFuncT
A callback that reads the property value.
setter
Type: SystemActionT
A callback that writes the property value.
See Also