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