Table of Contents

Class Typography

Namespace
MudBlazor
Assembly
MudBlazor.dll

Typography settings for Typo types used throughout the theme.

public class Typography
Inheritance
Typography
Inherited Members
Extension Methods

Constructors

Typography()

public Typography()

Properties

Body1

The typography settings for body1.

public BaseTypography Body1 { get; set; }

Property Value

BaseTypography

Remarks

Defaults to the values from the Body1Typography constructor.

Body2

The typography settings for body2.

public BaseTypography Body2 { get; set; }

Property Value

BaseTypography

Remarks

Defaults to the values from the Body2Typography constructor.

Button

The typography settings for button.

public BaseTypography Button { get; set; }

Property Value

BaseTypography

Remarks

Defaults to the values from the ButtonTypography constructor.

Caption

The typography settings for caption.

public BaseTypography Caption { get; set; }

Property Value

BaseTypography

Remarks

Defaults to the values from the CaptionTypography constructor.

Default

The typography settings for the default typo.

public BaseTypography Default { get; set; }

Property Value

BaseTypography

Remarks

Defaults to the values from the DefaultTypography constructor.

H1

The typography settings for h1.

public BaseTypography H1 { get; set; }

Property Value

BaseTypography

Remarks

Defaults to the values from the H1Typography constructor.

H2

The typography settings for h2.

public BaseTypography H2 { get; set; }

Property Value

BaseTypography

Remarks

Defaults to the values from the H2Typography constructor.

H3

The typography settings for h3.

public BaseTypography H3 { get; set; }

Property Value

BaseTypography

Remarks

Defaults to the values from the H3Typography constructor.

H4

The typography settings for h4.

public BaseTypography H4 { get; set; }

Property Value

BaseTypography

Remarks

Defaults to the values from the H4Typography constructor.

H5

The typography settings for h5.

public BaseTypography H5 { get; set; }

Property Value

BaseTypography

Remarks

Defaults to the values from the H5Typography constructor.

H6

The typography settings for h6.

public BaseTypography H6 { get; set; }

Property Value

BaseTypography

Remarks

Defaults to the values from the H6Typography constructor.

Overline

The typography settings for overline.

public BaseTypography Overline { get; set; }

Property Value

BaseTypography

Remarks

Defaults to the values from the OverlineTypography constructor.

Subtitle1

The typography settings for subtitle1.

public BaseTypography Subtitle1 { get; set; }

Property Value

BaseTypography

Remarks

Defaults to the values from the Subtitle1Typography constructor.

Subtitle2

The typography settings for subtitle2.

public BaseTypography Subtitle2 { get; set; }

Property Value

BaseTypography

Remarks

Defaults to the values from the Subtitle2Typography constructor.