Table of Contents

Enum Typo

Namespace
MudBlazor
Assembly
MudBlazor.dll

Typography controls the text throughout the theme, like font-family, size, and other settings.

public enum Typo
Extension Methods

Fields

body1 = 9

Applies the body1 typography style, using the p HTML tag.

body2 = 10

Applies the body2 typography style, using the p HTML tag.

button = 11

Applies the button typography style, using the span HTML tag.

caption = 12

Applies the caption typography style, using the span HTML tag.

h1 = 1

Applies the h1 typography style, using the h1 HTML tag.

h2 = 2

Applies the h2 typography style, using the h2 HTML tag.

h3 = 3

Applies the h3 typography style, using the h3 HTML tag.

h4 = 4

Applies the h4 typography style, using the h4 HTML tag.

h5 = 5

Applies the h5 typography style, using the h5 HTML tag.

h6 = 6

Applies the h6 typography style, using the h6 HTML tag.

inherit = 0

Inherits the typography style from the parent element.

overline = 13

Applies the overline typography style, using the span HTML tag.

subtitle1 = 7

Applies the subtitle1 typography style, using the p HTML tag.

subtitle2 = 8

Applies the subtitle2 typography style, using the p HTML tag.