Class
SilverlightAppSettings

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:

cs-api-definition
public class SilverlightAppSettings

Inheritance: objectSilverlightAppSettings

Properties

Background

Gets the background color of the rectangular region that display XAML content.

Declaration

cs-api-definition
public Color Background { get; }

Property Value

Color

EnableFramerateCounter

Gets a value that determines whether to display the current framerate in the hosting browser's status bar.

Declaration

cs-api-definition
public bool EnableFramerateCounter { get; }

Property Value

bool

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

Declaration

cs-api-definition
public bool EnableHtmlAccess { get; }

Property Value

bool

EnableRedrawRegions

Gets the areas of the control that are being redrawn each frame.

Declaration

cs-api-definition
public bool EnableRedrawRegions { get; }

Property Value

bool

MaxFrameRate

Gets the maximum number of frames to render per second.

Declaration

cs-api-definition
public int MaxFrameRate { get; }

Property Value

int

Windowless

Gets whether the Silverlight control displays as a window-less control.

Declaration

cs-api-definition
public bool Windowless { get; }

Property Value

bool