Timeline.SpeedRatio property

This topic has not yet been rated - Rate this topic

Gets or sets the rate, relative to its parent, at which time progresses for this Timeline.

Syntax


public double SpeedRatio { get; set; }


<timeline SpeedRatio="double"/>

Property value

Type: System.Double [.NET] | float64 [C++]

A finite value greater than 0 that specifies the rate at which time progresses for this timeline, relative to the speed of the timeline's parent. If this timeline is a root timeline, specifies the default timeline speed. The value is expressed as a factor where 1 represents normal speed, 2 is double speed, 0.5 is half speed, and so on. The default value is 1.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Media.Animation
Windows::UI::Xaml::Media::Animation [C++]

Metadata

Windows.winmd

See also

Timeline

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.