RenderedEventArgs.FrameDuration 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 duration of the time it took to render the most recent frame.
public:
property TimeSpan FrameDuration { TimeSpan get(); };
TimeSpan FrameDuration();
public System.TimeSpan FrameDuration { get; }
var timeSpan = renderedEventArgs.frameDuration;
Public ReadOnly Property FrameDuration As TimeSpan
Property Value
The duration of the time it took to render the most recent frame.