Table of Contents

Class BaseTypography

Namespace
MudBlazor
Assembly
MudBlazor.dll

Represents the base typography settings.

public class BaseTypography
Inheritance
BaseTypography
Derived
Inherited Members
Extension Methods

Constructors

BaseTypography()

public 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 int FontWeight { get; set; }

Property Value

int

LetterSpacing

Gets or sets the letter spacing.

public string? LetterSpacing { get; set; }

Property Value

string

LineHeight

Gets or sets the line height.

public double LineHeight { get; set; }

Property Value

double

TextTransform

Gets or sets the text transform.

public string TextTransform { get; set; }

Property Value

string