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
namestringName.
colorSchemestringColor scheme.
animatedButtonsboolAnimated buttons.
buttonsLayoutReverseOrderboolValue 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
ButtonsLayoutReverseOrder
Gets or sets a value indicating whether the order of buttons in "buttons-layout" is reversed.
public bool ButtonsLayoutReverseOrder { get; set; }
Property Value
ColorScheme
Gets or sets the color scheme.
public string ColorScheme { get; set; }
Property Value
Name
Gets or sets the name.
public string Name { get; set; }