ClassSilverlightAppSettings
Represents a settings object as described here: http://msdn2.microsoft.com/en-us/library/bb412394.aspx Note: Currently all properties are Read-Only.
Definition
Namespace:ArtOfTest.WebAii.Silverlight
Assembly:ArtOfTest.WebAii.dll
Syntax:
public class SilverlightAppSettings
Inheritance: objectSilverlightAppSettings
Properties
Background
Gets the background color of the rectangular region that display XAML content.
EnableFramerateCounter
Gets a value that determines whether to display the current framerate in the hosting browser's status bar.
EnableHtmlAccess
Determines whether the hosted content in the Silverlight control has access to the browser Document Object Model (DOM). // BUG: Silverlight returns true but html access is disabled
EnableRedrawRegions
Gets the areas of the control that are being redrawn each frame.
MaxFrameRate
Gets the maximum number of frames to render per second.
Windowless
Gets whether the Silverlight control displays as a window-less control.