Class SilverlightAppContent
Inheritance
System.Object
SilverlightAppContent
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Silverlight
Assembly: ArtOfTest.WebAii.dll
Syntax
public class SilverlightAppContent
Properties
ActualHeight
Declaration
public int ActualHeight { get; }
Property Value
System.Int32
|
ActualWidth
Declaration
public int ActualWidth { get; }
Property Value
System.Int32
|
FullScreen
Declaration
public bool FullScreen { get; }
Property Value
System.Boolean
|
Methods
GetValue<T>(String)
Declaration
public T GetValue<T>(string propertyName)
Parameters
System.String
propertyName
|
Returns
T
|
Type Parameters
T
|