| AnimationInstanceAutoRecycleEnabled Property |
Gets or sets a value indicating whether this animation instance should be automatically
recycled when it is stopped and removed from the animation system.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public bool AutoRecycleEnabled { get; set; }
Public Property AutoRecycleEnabled As Boolean
Get
Set
public:
property bool AutoRecycleEnabled {
bool get ();
void set (bool value);
}
member AutoRecycleEnabled : bool with get, set
Property Value
Type:
Boolean if the animation instance is recycled automatically; otherwise,
.
Remarks See Also