Share via


Compositor.GlobalPlaybackRate Property

Definition

Gets or sets the rate at which animation plays for all KeyFrame animations created by this compositor.

public:
 property float GlobalPlaybackRate { float get(); void set(float value); };
float GlobalPlaybackRate();

void GlobalPlaybackRate(float value);
public float GlobalPlaybackRate { get; set; }
var single = compositor.globalPlaybackRate;
compositor.globalPlaybackRate = single;
Public Property GlobalPlaybackRate As Single

Property Value

Single

float

The rate at which animation plays for all animations created by this compositor.

Remarks

This property has an effect only on KeyFrameAnimations.

Applies to

See also