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