RenderingEventArgs.RenderingTime 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 estimated target time at which the next frame of an animation will be rendered.
public:
property TimeSpan RenderingTime { TimeSpan get(); };
public TimeSpan RenderingTime { get; }
member this.RenderingTime : TimeSpan
Public ReadOnly Property RenderingTime As TimeSpan
Property Value
The estimated target time at which the next frame of an animation will be rendered.
Remarks
The TimeSpan that is returned reflects the same value as the animation system. This is the same time used by the time manager. For more information, see Animation and Timing System Overview.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.