Class Breakpoints
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Represents the breakpoints for responsive design.
public class Breakpoints
- Inheritance
-
Breakpoints
- Inherited Members
- Extension Methods
Constructors
Breakpoints()
public Breakpoints()
Properties
lg
The breakpoint value for large screens (lg).
Defaults to 1280px
.
public string lg { get; set; }
Property Value
md
The breakpoint value for medium screens (md).
Defaults to 960px
.
public string md { get; set; }
Property Value
sm
The breakpoint value for small screens (sm).
Defaults to 600px
.
public string sm { get; set; }
Property Value
xl
The breakpoint value for extra large screens (xl).
Defaults to 1920px
.
public string xl { get; set; }
Property Value
xs
The breakpoint value for extra small screens (xs).
Defaults to 0px
.
public string xs { get; set; }
Property Value
xxl
The breakpoint value for extra extra large screens (xxl).
Defaults to 2560px
.
public string xxl { get; set; }