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
namestringName.
Properties
AnimatedButtons
Gets a value indicating whether the buttons are animated.
public bool AnimatedButtons { get; init; }
Property Value
Breakpoints
Gets the breakpoints.
public ThemeBreakpoints Breakpoints { get; init; }
Property Value
ButtonsLayoutReverseOrder
Gets a value indicating whether the order of buttons in "buttons-layout" is reversed.
public bool ButtonsLayoutReverseOrder { get; init; }
Property Value
ColorScheme
Gets the color scheme.
public string ColorScheme { get; init; }
Property Value
Name
Gets the name.
public string Name { get; init; }