Table of Contents

Class BaseTypography

Namespace
MudBlazor
Assembly
MudBlazor.dll

Represents the base typography settings.

[JsonDerivedType(typeof(DefaultTypography), "DefaultTypography")]
[JsonDerivedType(typeof(H1Typography), "H1Typography")]
[JsonDerivedType(typeof(H2Typography), "H2Typography")]
[JsonDerivedType(typeof(H3Typography), "H3Typography")]
[JsonDerivedType(typeof(H4Typography), "H4Typography")]
[JsonDerivedType(typeof(H5Typography), "H5Typography")]
[JsonDerivedType(typeof(H6Typography), "H6Typography")]
[JsonDerivedType(typeof(Subtitle1Typography), "Subtitle1Typography")]
[JsonDerivedType(typeof(Subtitle2Typography), "Subtitle2Typography")]
[JsonDerivedType(typeof(Body1Typography), "Body1Typography")]
[JsonDerivedType(typeof(Body2Typography), "Body2Typography")]
[JsonDerivedType(typeof(ButtonTypography), "ButtonTypography")]
[JsonDerivedType(typeof(CaptionTypography), "CaptionTypography")]
[JsonDerivedType(typeof(OverlineTypography), "OverlineTypography")]
public abstract class BaseTypography
Inheritance
BaseTypography
Derived
Inherited Members
Extension Methods

Constructors

BaseTypography()

protected BaseTypography()

Properties

FontFamily

Gets or sets the font family.

public string[]? FontFamily { get; set; }

Property Value

string[]

FontSize

Gets or sets the font size.

public string? FontSize { get; set; }

Property Value

string

FontWeight

Gets or sets the font weight.

public string? FontWeight { get; set; }

Property Value

string

LetterSpacing

Gets or sets the letter spacing.

public string? LetterSpacing { get; set; }

Property Value

string

LineHeight

Gets or sets the line height.

public string? LineHeight { get; set; }

Property Value

string

TextTransform

Gets or sets the text transform.

public string TextTransform { get; set; }

Property Value

string