Silverlight EnableFramerateCounter parameter
Posted by: Laurent Duveau,
on 15 Aug 2009 |
View original | Bookmarked: 0 time(s)
EnableFramerateCounter is a parameter you can activate on the Silverlight Plug-in object. (For a comprehensive list of Silverlight param, see my previous post). This boolean value indicates whether to display in the hosting browser's status bar the current Silverlight frame rate per second (fps). <object type="application/x-silverlight-2">
<param name="source" value="/ClientBin/FunWithFPS.xap"/>
<param name="enableFramerateCounter" value="True"...