Class
XMLThemeReader

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class XMLThemeReader : IThemeReader

Inheritance: objectXMLThemeReader

Implements: IThemeReader

Constructors

XMLThemeReader()

Declaration

cs-api-definition
public XMLThemeReader()

XMLThemeReader(bool)

Declaration

cs-api-definition
public XMLThemeReader(bool storeFullPropertyName)

Parameters

storeFullPropertyName

bool

Properties

StoreFullPropertyName

Declaration

cs-api-definition
public bool StoreFullPropertyName { get; set; }

Property Value

bool

Methods

Read(Stream)

Declaration

cs-api-definition
public Theme Read(Stream stream)

Parameters

stream

Stream

Returns

Theme

Implements IThemeReader.Read(Stream)

Read(Theme, XmlTextReader)

Declaration

cs-api-definition
public Theme Read(Theme theme, XmlTextReader reader)

Parameters

theme

Theme

reader

XmlTextReader

Returns

Theme

Read(string)

Declaration

cs-api-definition
public Theme Read(string filePath)

Parameters

filePath

string

Returns

Theme

Implements IThemeReader.Read(string)