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