Class
TSSPThemeReader

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class TSSPThemeReader : IThemeReader

Inheritance: objectTSSPThemeReader

Implements: IThemeReader

Constructors

TSSPThemeReader()

Declaration

cs-api-definition
public TSSPThemeReader()

TSSPThemeReader(bool)

Declaration

cs-api-definition
public TSSPThemeReader(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(string)

Declaration

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

Parameters

filePath

string

Returns

Theme

Implements IThemeReader.Read(string)

ReadResource(string)

Declaration

cs-api-definition
public Theme ReadResource(string resourcePath)

Parameters

resourcePath

string

Returns

Theme