Gets or sets whether the last value from animation should be assigned to target property.
Namespace: MindFusion.Animations
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public bool KeepLastValue { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property KeepLastValue As Boolean |
See Also