Settings Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The Settings type exposes the following members.

Properties

  Name Description
Public property DefaultDesignImage Gets or sets a stream associated with a PNG image to be displayed by the host when the Silverlight application is not executing.
Public property EnableAutoZoom Gets or sets a value that indicates whether the Silverlight plug-in will resize its content based on the current browser zoom setting.
Public propertySupported by Silverlight for Windows Phone 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.
Public propertySupported by Silverlight for Windows Phone 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.)
Public propertySupported by Silverlight for Windows Phone EnableGPUAcceleration Gets a value that indicates whether to use graphics processor unit (GPU) hardware acceleration for cached compositions, which potentially results in graphics optimization.
Public property EnableHTMLAccess Gets a value that indicates whether the Silverlight plug-in allows hosted content or its runtime to access the HTML DOM.
Public propertySupported by Silverlight for Windows Phone EnableRedrawRegions Gets or sets a value that indicates whether to show the areas of the Silverlight plug-in that are being redrawn each frame.
Public propertySupported by Silverlight for Windows Phone MaxFrameRate Gets or sets the maximum number of frames to render per second.
Public property Windowless Gets a value that indicates whether the Silverlight plug-in displays as a windowless plug-in. (Applies to Windows versions of Silverlight only.)

Top