Table of Contents

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

string

ExtraLarge

Gets the extra large breakpoint.

public required string ExtraLarge { get; init; }

Property Value

string

Large

Gets the large breakpoint.

public required string Large { get; init; }

Property Value

string

Medium

Gets the medium breakpoint.

public required string Medium { get; init; }

Property Value

string

Small

Gets the small breakpoint.

public required string Small { get; init; }

Property Value

string