[]
public virtual void WriteXml(XmlWriter writer)
| Type | Name | Description |
|---|---|---|
| XmlWriter | writer | XmlWriter that will receive the theme definition. |
Writes this Theme into an Xml file.
public void WriteXml(string fileName)
| Type | Name | Description |
|---|---|---|
| string | fileName | Name of the file where the theme will be saved. |
public void WriteXml(Stream stream)
| Type | Name | Description |
|---|---|---|
| Stream | stream | Stream where the theme will be saved. |