Version

ThemeBase Class Members

The following tables list the members exposed by ThemeBase.

Protected Properties
 NameDescription
Protected PropertyMappingsGets/sets the dictionary used by ThemeManager to specify where to get the resources (the values) for a specific control (value is the full type name of the control that should be styled). If you're adding support for a custom control you should register your custom control using ThemeManager.RegisterControl method.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)BuildLocationStringA utility method that builds a PackUri location string.  
Protected Methods
 NameDescription
Protected MethodConfigureControlMappingsAn abstract method that sets up the Mappings. It is called only once just before a theme is applied for the first time.  
See Also