[]
public virtual void ReadXml(XmlReader reader)
| Type | Name | Description |
|---|---|---|
| XmlReader | reader | XmlReader that contains the theme definition. |
Reads this Theme from an Xml file.
public void ReadXml(string fileName)
| Type | Name | Description |
|---|---|---|
| string | fileName | File that contains the theme data. |
public void ReadXml(Stream stream)
| Type | Name | Description |
|---|---|---|
| Stream | stream | Stream that contains the theme data in Xml format. |
public void ReadXml(XmlNode node)
| Type | Name | Description |
|---|---|---|
| XmlNode | node | XmlNode that contains the theme data. |