Table of Contents

Class TypographyPagePreview

Namespace
Dynamicweb.CoreUI.Displays.Information
Assembly
Dynamicweb.CoreUI.dll
public sealed class TypographyPagePreview : DisplayBase
Inheritance
TypographyPagePreview
Inherited Members
Extension Methods

Properties

BaseFontScale

Gets or sets base font scale.

public double BaseFontScale { get; set; }

Property Value

double

BaseFontSize

Gets or sets base font size.

public int BaseFontSize { get; set; }

Property Value

int

ButtonFont

Gets or sets button font family.

public string? ButtonFont { get; set; }

Property Value

string

ButtonFontStyle

Gets or sets button font style.

public string? ButtonFontStyle { get; set; }

Property Value

string

ButtonFontWeight

Gets or sets button font weight.

public int ButtonFontWeight { get; set; }

Property Value

int

ButtonLetterSpacing

Gets or sets button letter spacing.

public double ButtonLetterSpacing { get; set; }

Property Value

double

ButtonLineHeight

Gets or sets button line height.

public double ButtonLineHeight { get; set; }

Property Value

double

ButtonTextTransformation

Gets or sets button text transformation.

public string? ButtonTextTransformation { get; set; }

Property Value

string

HeadingFont

Gets or sets heading font family.

public string? HeadingFont { get; set; }

Property Value

string

HeadingFontStyle

Gets or sets heading font style.

public string? HeadingFontStyle { get; set; }

Property Value

string

HeadingFontWeight

Gets or sets heading font weight.

public int HeadingFontWeight { get; set; }

Property Value

int

HeadingLetterSpacing

Gets or sets heading letter spacing.

public double HeadingLetterSpacing { get; set; }

Property Value

double

HeadingLineHeight

Gets or sets heading line height.

public double HeadingLineHeight { get; set; }

Property Value

double

HeadingTextTransformation

Gets or sets heading text transformation.

public string? HeadingTextTransformation { get; set; }

Property Value

string

ParagraphFont

Gets or sets paragraph font family.

public string? ParagraphFont { get; set; }

Property Value

string

ParagraphFontStyle

Gets or sets paragraph font style.

public string? ParagraphFontStyle { get; set; }

Property Value

string

ParagraphFontWeight

Gets or sets paragraph font weight.

public int ParagraphFontWeight { get; set; }

Property Value

int

ParagraphLetterSpacing

Gets or sets paragraph letter spacing.

public double ParagraphLetterSpacing { get; set; }

Property Value

double

ParagraphLineHeight

Gets or sets paragraph line height.

public double ParagraphLineHeight { get; set; }

Property Value

double

ParagraphTextTransformation

Gets or sets paragraph text transformation.

public string? ParagraphTextTransformation { get; set; }

Property Value

string

Size

public TypographyPagePreview.PreviewSize Size { get; set; }

Property Value

TypographyPagePreview.PreviewSize
To top