Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class UserInterfaceElement

Defines global user interface settings

Inheritance
System.Object
UserInterfaceElement
Namespace: EPiServer.Shell.Configuration
Assembly: EPiServer.Shell.dll
Version: 7.19.2
Syntax
public class UserInterfaceElement : ConfigurationElement

Constructors

UserInterfaceElement()

Declaration
public UserInterfaceElement()

Properties

ThemeClass

Gets or sets the the theme class(es) used for the body element.

Declaration
public string ThemeClass { get; set; }
Property Value
Type Description
System.String

Extension Methods