Class ThemeBreakpoints
- Namespace
- GroupeIsa.Neos.Designer.UIAbstractions
- Assembly
- GroupeIsa.Neos.Designer.UIAbstractions.dll
Represents the theme breakpoints.
public class ThemeBreakpoints
- Inheritance
-
ThemeBreakpoints
- Inherited Members
Properties
ExtraExtraLarge
Gets the extra extra large breakpoint.
public required string ExtraExtraLarge { get; init; }
Property Value
ExtraLarge
Gets the extra large breakpoint.
public required string ExtraLarge { get; init; }
Property Value
Large
Gets the large breakpoint.
public required string Large { get; init; }
Property Value
Medium
Gets the medium breakpoint.
public required string Medium { get; init; }
Property Value
Small
Gets the small breakpoint.
public required string Small { get; init; }