Overload | Description |
---|---|
SaveXml(String) | Saves the layout of C1TileControl into an XML file. |
SaveXml(String,Encoding) | Saves the layout of C1TileControl into an XML file. |
SaveXml(Stream) | Saves the layout of C1TileControl into a System.IO.Stream. |
SaveXml(Stream,Encoding) | Saves the layout of C1TileControl into a System.IO.Stream. |
SaveXml(XmlWriter) | Saves the layout of C1TileControl into an System.Xml.XmlWriter. |