Table of Contents

Class FontViewModel

Namespace
Dynamicweb.Frontend
Assembly
Dynamicweb.dll

The font viewmodel represents a font and its data.

public sealed class FontViewModel : ViewModelBase
Inheritance
FontViewModel
Inherited Members

Properties

FontFamily

Gets or sets font family.

public string? FontFamily { get; set; }

Property Value

string

FontWeight

Gets or sets font weight.

public FontWeight FontWeight { get; set; }

Property Value

FontWeight

LetterSpacing

Gets or sets letter spacing.

public double LetterSpacing { get; set; }

Property Value

double

LineHeight

Gets or sets line height.

public double LineHeight { get; set; }

Property Value

double

TextTransformation

Gets or sets text transformation.

public TextTransform TextTransformation { get; set; }

Property Value

TextTransform

See Also

To top