Table of Contents

Class Theme

Namespace
GroupeIsa.Neos.Designer.UIAbstractions
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Represents the theme.

[ExcludeFromCodeCoverage]
public class Theme
Inheritance
Theme
Inherited Members

Constructors

Theme(string, string, bool, bool)

Initializes a new instance of the Theme class.

public Theme(string name, string colorScheme, bool animatedButtons, bool buttonsLayoutReverseOrder)

Parameters

name string

Name.

colorScheme string

Color scheme.

animatedButtons bool

Animated buttons.

buttonsLayoutReverseOrder bool

Value indicating whether the order of buttons in "buttons-layout" is reversed.

Properties

AnimatedButtons

Gets or sets a value indicating whether the buttons are animated.

public bool AnimatedButtons { get; set; }

Property Value

bool

ButtonsLayoutReverseOrder

Gets or sets a value indicating whether the order of buttons in "buttons-layout" is reversed.

public bool ButtonsLayoutReverseOrder { get; set; }

Property Value

bool

ColorScheme

Gets or sets the color scheme.

public string ColorScheme { get; set; }

Property Value

string

Name

Gets or sets the name.

public string Name { get; set; }

Property Value

string