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
Gets or sets the typography settings for body1.
public BaseTypography Body1 { get; set; }
Property Value
Remarks
Defaults to the values from the Body1Typography constructor.
Body2
Gets or sets the typography settings for body2.
public BaseTypography Body2 { get; set; }
Property Value
Remarks
Defaults to the values from the Body2Typography constructor.
Button
Gets or sets the typography settings for button.
public BaseTypography Button { get; set; }
Property Value
Remarks
Defaults to the values from the ButtonTypography constructor.
Caption
Gets or sets the typography settings for caption.
public BaseTypography Caption { get; set; }
Property Value
Remarks
Defaults to the values from the CaptionTypography constructor.
Default
Gets or sets the typography settings for the default typo.
public BaseTypography Default { get; set; }
Property Value
Remarks
Defaults to the values from the DefaultTypography constructor.
H1
Gets or sets the typography settings for h1.
public BaseTypography H1 { get; set; }
Property Value
Remarks
Defaults to the values from the H1Typography constructor.
H2
Gets or sets the typography settings for h2.
public BaseTypography H2 { get; set; }
Property Value
Remarks
Defaults to the values from the H2Typography constructor.
H3
Gets or sets the typography settings for h3.
public BaseTypography H3 { get; set; }
Property Value
Remarks
Defaults to the values from the H3Typography constructor.
H4
Gets or sets the typography settings for h4.
public BaseTypography H4 { get; set; }
Property Value
Remarks
Defaults to the values from the H4Typography constructor.
H5
Gets or sets the typography settings for h5.
public BaseTypography H5 { get; set; }
Property Value
Remarks
Defaults to the values from the H5Typography constructor.
H6
Gets or sets the typography settings for h6.
public BaseTypography H6 { get; set; }
Property Value
Remarks
Defaults to the values from the H6Typography constructor.
Overline
Gets or sets the typography settings for overline.
public BaseTypography Overline { get; set; }
Property Value
Remarks
Defaults to the values from the OverlineTypography constructor.
Subtitle1
Gets or sets the typography settings for subtitle1.
public BaseTypography Subtitle1 { get; set; }
Property Value
Remarks
Defaults to the values from the Subtitle1Typography constructor.
Subtitle2
Gets or sets the typography settings for subtitle2.
public BaseTypography Subtitle2 { get; set; }
Property Value
Remarks
Defaults to the values from the Subtitle2Typography constructor.