New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class TSSPThemeReader : IThemeReader

Inheritance: objectTSSPThemeReader

Implements: IThemeReader

Constructors

C#
public TSSPThemeReader()
C#
public TSSPThemeReader(bool storeFullPropertyName)
Parameters:storeFullPropertyNamebool

Properties

C#
public bool StoreFullPropertyName { get; set; }

Methods

C#
public Theme Read(Stream stream)
Parameters:streamStreamReturns:

Theme

Implements: IThemeReader.Read(Stream)

C#
public Theme Read(string filePath)
Parameters:filePathstringReturns:

Theme

Implements: IThemeReader.Read(string)

C#
public Theme ReadResource(string resourcePath)
Parameters:resourcePathstringReturns:

Theme