Click or drag to resize
DigitalRuneTimelineClipIsClipReversed Property
Gets or sets a value indicating whether to play the clip in reverse.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public bool IsClipReversed { get; set; }

Property Value

Type: Boolean
if the clip is played in reverse; otherwise, . The default value is .
See Also