KeyTime.TimeSpan Property

Definition

Gets the time when the key frame ends, expressed as a time relative to the beginning of the animation.

public:
 property TimeSpan TimeSpan { TimeSpan get(); };
public TimeSpan TimeSpan { get; }
member this.TimeSpan : TimeSpan
Public ReadOnly Property TimeSpan As TimeSpan

Property Value

The time when the key frame ends, expressed as a time relative to the beginning of the animation.

Remarks

This struct represents the .NET projection of the Windows Runtime (WinRT) KeyTime struct. For more information, see KeyTime in the UWP API reference.

Applies to