RadControls for WinForms

The Theme type exposes the following members.

Methods

  NameDescription
Public methodStatic memberBorderPropertyMapper
Public methodClone
Creates a new cloned version of the class.
Public methodCombine
Combines two themes.
Public methodFindRepository
Searches for a StyleRepository based on its key.
Public methodFindStyleGroup(String)
Searches for a StyleGroup based on the control type.
Public methodFindStyleGroup(Control)
Searches for a StyleGroup for a specified control.
Public methodFindStyleGroup(IStylableNode)
Searches for a StyleGroup for a specified stylable node.
Public methodIsCompatible
Determines whether this theme is compatible with the specified theme name.
Public methodMergeRepositories
Relates repositories with style groups.
Public methodStatic memberReadCSS
Creates a new theme by reading a CSS like file.
Public methodStatic memberReadCSSText
Creates a new theme by reading a CSS like formatted text.
Public methodStatic memberReadFile
Creates a new theme by reading a file. The function determines the correct file format by using file extension.
Public methodStatic memberReadResource
Creates a new theme by loading it from a resource. The function determines the correct file format by using file extension.
Public methodStatic memberReadTSSP
Creates a new theme by reading a TSSP file.
Public methodStatic memberReadXML
Creates a new theme by reading an XML file.

See Also