Class Settings.ResponsiveWebSettings
Inheritance
System.Object
Settings.ResponsiveWebSettings
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.Core
Assembly: ArtOfTest.WebAii.dll
Syntax
public class ResponsiveWebSettings : IXmlPersistable
Constructors
ResponsiveWebSettings()
Declaration
public ResponsiveWebSettings()
ResponsiveWebSettings(ResponsiveWebSettingsConfigSectionHandler)
Declaration
public ResponsiveWebSettings(ResponsiveWebSettingsConfigSectionHandler sectionHandler)
Parameters
ResponsiveWebSettingsConfigSectionHandler
sectionHandler
|
ResponsiveWebSettings(Settings.ResponsiveWebSettings)
Declaration
public ResponsiveWebSettings(Settings.ResponsiveWebSettings settingsToClone)
Parameters
Settings.ResponsiveWebSettings
settingsToClone
|
Properties
CurrentVersion
Declaration
public Version CurrentVersion { get; }
Property Value
System.Version
|
Implements
Height
Declaration
public int Height { get; set; }
Property Value
System.Int32
|
RootName
Declaration
public string RootName { get; }
Property Value
System.String
|
Implements
UserAgent
Declaration
public string UserAgent { get; set; }
Property Value
System.String
|
Width
Declaration
public int Width { get; set; }
Property Value
System.Int32
|
XmlBlob
Methods
LoadFrom(XmlStoreNode)
Reset()
Declaration
public void Reset()