Creates a new theme by reading a file. The function determines the correct file format by using file extension.
Namespace: Telerik.WinControlsAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
public static Theme ReadFile(
string filePath
) |
| Visual Basic |
|---|
Public Shared Function ReadFile ( _
filePath As String _
) As Theme |
Parameters
- filePath
- Type: System..::..String
The file location.
Return Value
An instance of
Theme if successfull.
See Also