RadControls for WinForms

Creates a new theme by reading a CSS like file.

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

Syntax

C#
public static Theme ReadCSS(
	string filePath
)
Visual Basic
Public Shared Function ReadCSS ( _
	filePath As String _
) As Theme

Parameters

filePath
Type: System..::..String
The file location.

Return Value

An instance of Theme if successfull.

See Also