Class Typography
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Represents the typography settings for different components.
public class Typography
- Inheritance
-
Typography
- Inherited Members
- Extension Methods
Constructors
Typography()
public Typography()
Properties
Body1
Gets or sets the typography settings for H9.
public Body1 Body1 { get; set; }
Property Value
Body2
Gets or sets the typography settings for Body2.
public Body2 Body2 { get; set; }
Property Value
Button
Gets or sets the typography settings for Button.
public Button Button { get; set; }
Property Value
Caption
Gets or sets the typography settings for Caption.
public Caption Caption { get; set; }
Property Value
Default
Gets or sets the default typography settings.
public Default Default { get; set; }
Property Value
H1
Gets or sets the typography settings for H1.
public H1 H1 { get; set; }
Property Value
H2
Gets or sets the typography settings for H2.
public H2 H2 { get; set; }
Property Value
H3
Gets or sets the typography settings for H3.
public H3 H3 { get; set; }
Property Value
H4
Gets or sets the typography settings for H4.
public H4 H4 { get; set; }
Property Value
H5
Gets or sets the typography settings for H5.
public H5 H5 { get; set; }
Property Value
H6
Gets or sets the typography settings for H6.
public H6 H6 { get; set; }
Property Value
Input
Gets or sets the typography settings for Input.
public Input Input { get; set; }
Property Value
Overline
Gets or sets the typography settings for Overline.
public Overline Overline { get; set; }
Property Value
Subtitle1
Gets or sets the typography settings for H7.
public Subtitle1 Subtitle1 { get; set; }
Property Value
Subtitle2
Gets or sets the typography settings for H8.
public Subtitle2 Subtitle2 { get; set; }