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 = 9Applies the body1 typography style, using the
pHTML tag.body2 = 10Applies the body2 typography style, using the
pHTML tag.Applies the button typography style, using the
spanHTML tag.caption = 12Applies the caption typography style, using the
spanHTML tag.h1 = 1Applies the h1 typography style, using the
h1HTML tag.h2 = 2Applies the h2 typography style, using the
h2HTML tag.h3 = 3Applies the h3 typography style, using the
h3HTML tag.h4 = 4Applies the h4 typography style, using the
h4HTML tag.h5 = 5Applies the h5 typography style, using the
h5HTML tag.h6 = 6Applies the h6 typography style, using the
h6HTML tag.inherit = 0Inherits the typography style from the parent element.
overline = 13Applies the overline typography style, using the
spanHTML tag.subtitle1 = 7Applies the subtitle1 typography style, using the
pHTML tag.subtitle2 = 8Applies the subtitle2 typography style, using the
pHTML tag.