.NET Framework Class Library for Silverlight
Settings Properties
The Settings type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
DefaultDesignImage | Gets or sets a stream associated with a PNG image to be displayed by the host when the Silverlight application is not executing. |
|
EnableAutoZoom | Gets or sets a value that indicates whether the Silverlight plug-in will resize its content based on the current browser zoom setting. |
|
EnableCacheVisualization | Gets or sets a value that indicates whether to use a non-production analysis visualization mode, which shows areas of a page that are not being GPU accelerated with a colored overlay. Do not use in production code. |
|
EnableFrameRateCounter | Gets or sets a value that indicates whether to display the current frame rate in the hosting browser's status bar. (Microsoft Internet Explorer only.) |
|
EnableGPUAcceleration | Gets a value that indicates whether to use graphics processor unit (GPU) hardware acceleration for cached compositions, which potentially results in graphics optimization. |
|
EnableHTMLAccess | Gets a value that indicates whether the Silverlight plug-in allows hosted content or its runtime to access the HTML DOM. |
|
EnableRedrawRegions | Gets or sets a value that indicates whether to show the areas of the Silverlight plug-in that are being redrawn each frame. |
|
MaxFrameRate | Gets or sets the maximum number of frames to render per second. |
|
Windowless | Gets a value that indicates whether the Silverlight plug-in displays as a windowless plug-in. (Applies to Windows versions of Silverlight only.) |
See Also