Settings.MaxFrameRate Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the maximum number of frames to render per second.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Int32An integer value that specifies the maximum number of frames to render per second. The default value is 60.
The actual frame rate that the UI renders depends on system load performance.
Note that there is a mismatch in naming between the parameter in createObject/createObjectEx and the runtime property. The instantiation parameter is named framerate, this runtime property is named MaxFrameRate, but these are both referring to the same value.
You can display a frame rate counter for diagnostic purposes. For more information, see EnableFrameRateCounter.