RenderedEventArgs.FrameDuration Property

Definition

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.

Applies to