SaaS CMS has officially launched! Learn more now.

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