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)

Initializes a new instance of the Theme class.

public Theme(string name)

Parameters

name string

Name.

Properties

AnimatedButtons

Gets a value indicating whether the buttons are animated.

public bool AnimatedButtons { get; init; }

Property Value

bool

Breakpoints

Gets the breakpoints.

public ThemeBreakpoints Breakpoints { get; init; }

Property Value

ThemeBreakpoints

ButtonsLayoutReverseOrder

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

public bool ButtonsLayoutReverseOrder { get; init; }

Property Value

bool

ColorScheme

Gets the color scheme.

public string ColorScheme { get; init; }

Property Value

string

Name

Gets the name.

public string Name { get; init; }

Property Value

string