Table of Contents

Enum Breakpoint

Namespace
MudBlazor
Assembly
MudBlazor.dll

Indicates a browser width used to trigger behaviors.

public enum Breakpoint
Extension Methods

Fields

Always = 15

Content will always be visible.

Lg = 3

A desktop computer.

LgAndDown = 8

A desktop computer or smaller device.

LgAndUp = 12

A desktop computer, or larger device.

Md = 2

A large tablet or laptop.

MdAndDown = 7

A large tablet, laptop, tablet, or smaller device.

MdAndUp = 11

A large tablet, laptop, or larger device.

None = 14

No breakpoint applies.

Sm = 1

A small to medium tablet.

SmAndDown = 6

A small to medium tablet, or smaller device.

SmAndUp = 10

A small to medium-sized tablet, or larger device.

Xl = 4

A high-definition or 4K desktop computer monitor.

XlAndDown = 9

A high-definition or 4K desktop computer monitor, or smaller device.

XlAndUp = 13

A high-definition or 4K desktop computer monitor, or larger device.

Xs = 0

A small to large phone.

Xxl = 5

An ultra-wide of 4K+ desktop computer monitor.

Remarks

Breakpoints are typically used to show or hide content based on the width of the browser window, such as customizing content for desktops, tablets, and mobile devices.