Search
AnimationOptions.KeepLastValue Property
See Also
 





Gets or sets whether the last value from animation should be assigned to target property.

Namespace: MindFusion.Animations
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public bool KeepLastValue { get; set; }

Visual Basic  Copy Code

Public Property KeepLastValue As Boolean

 Property Value

 See Also