Class SetPlaybackRateCommandSettings
Sets the playback rate of the document timeline.
public sealed class SetPlaybackRateCommandSettings : ICommand
- Inheritance
-
SetPlaybackRateCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
PlaybackRate
Playback rate for animations on page
[JsonPropertyName("playbackRate")]
public double PlaybackRate { get; set; }