Class SilverlightAppSettings
Inheritance
System.Object
SilverlightAppSettings
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 SilverlightAppSettings
Properties
Background
Declaration
public Color Background { get; }
Property Value
System.Drawing.Color
|
EnableFramerateCounter
Declaration
public bool EnableFramerateCounter { get; }
Property Value
System.Boolean
|
EnableHtmlAccess
Declaration
public bool EnableHtmlAccess { get; }
Property Value
System.Boolean
|
EnableRedrawRegions
Declaration
public bool EnableRedrawRegions { get; }
Property Value
System.Boolean
|
MaxFrameRate
Declaration
public int MaxFrameRate { get; }
Property Value
System.Int32
|
Windowless
Declaration
public bool Windowless { get; }
Property Value
System.Boolean
|