Table of Contents

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

Gets or sets the breakpoint value for large screens (lg). Default value is "1280px".

public string lg { get; set; }

Property Value

string

md

Gets or sets the breakpoint value for medium screens (md). Default value is "960px".

public string md { get; set; }

Property Value

string

sm

Gets or sets the breakpoint value for small screens (sm). Default value is "600px".

public string sm { get; set; }

Property Value

string

xl

Gets or sets the breakpoint value for extra large screens (xl). Default value is "1920px".

public string xl { get; set; }

Property Value

string

xs

Gets or sets the breakpoint value for extra small screens (xs). Default value is "0px".

public string xs { get; set; }

Property Value

string

xxl

Gets or sets the breakpoint value for extra extra large screens (xxl). Default value is "2560px".

public string xxl { get; set; }

Property Value

string