KeyTime.TimeSpan Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.