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
FontWeight
Gets or sets the font weight.
public int FontWeight { get; set; }
Property Value
LetterSpacing
Gets or sets the letter spacing.
public string? LetterSpacing { get; set; }
Property Value
LineHeight
Gets or sets the line height.
public double LineHeight { get; set; }
Property Value
TextTransform
Gets or sets the text transform.
public string TextTransform { get; set; }