DisplayFrameTimeMin Property

CVB.Net Documentation
Gets or sets the minimal frame time for displaying new frames.

Namespace:  Stemmer.Cvb.Wpf.Controls
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

public Duration FrameTimeMin { get; set; }

Property Value

Type: Duration
Default is no minimal frame time.
Remarks

This time defines the minimal duration a frame is displayed. This means that redraw operations are postponed to this value's duration since the last redraw. This effectively reduces the display frame rate.
See Also

Reference