RadControls for WinForms

Represents a theme for a telerik control. Themes can be serialized and deserialized, thus saving and loading the theme for a given control. XmlTheme implements IXmlSerializable which provides custom formatting for XML serialization and deserialization.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
[XmlIncludeAttribute(typeof(XmlStyleBuilderRegistration))]
public class XmlTheme : IXmlSerializable
Visual Basic
<XmlIncludeAttribute(GetType(XmlStyleBuilderRegistration))> _
Public Class XmlTheme _
	Implements IXmlSerializable

Inheritance Hierarchy

System..::..Object
  Telerik.WinControls..::..XmlTheme

See Also