Class
SilverlightAppContent

Represents the access point to the content of the Silverlight App 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 SilverlightAppContent

Inheritance: objectSilverlightAppContent

Properties

ActualHeight

Declaration

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

Property Value

int

ActualWidth

Declaration

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

Property Value

int

FullScreen

Declaration

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

Property Value

bool

Methods

GetValue<T>(string)

Declaration

cs-api-definition
public T GetValue<T>(string propertyName)

Parameters

propertyName

string

Returns

T