[]
        
(Showing Draft Content)

C1.Framework.Theme.ReadXml

ReadXml Method

ReadXml(XmlReader)

Reads this Theme from an XmlReader.

Declaration
public virtual void ReadXml(XmlReader reader)
Parameters
Type Name Description
XmlReader reader

XmlReader that contains the theme definition.

ReadXml(string)

Reads this Theme from an Xml file.

Declaration
public void ReadXml(string fileName)
Parameters
Type Name Description
string fileName

File that contains the theme data.

ReadXml(Stream)

Reads this Theme from an Xml Stream.

Declaration
public void ReadXml(Stream stream)
Parameters
Type Name Description
Stream stream

Stream that contains the theme data in Xml format.

ReadXml(XmlNode)

Reads this Theme from an XmlNode.

Declaration
public void ReadXml(XmlNode node)
Parameters
Type Name Description
XmlNode node

XmlNode that contains the theme data.