Click or drag to resize
CanvasAnimatedControlTargetElapsedTime Property
Gets or sets the time between Update events

Namespace:  Microsoft.Graphics.Canvas.UI.Xaml
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public TimeSpan TargetElapsedTime { get; set; }

Property Value

Type: TimeSpan

Implements

ICanvasAnimatedControlTargetElapsedTime
Remarks

The default is 1/60th of a second.

See the remarks section of ICanvasAnimatedControl for more details.

This property may be accessed from any thread.

See Also