Table of Contents

Class GoogleFontViewModel

Namespace
Dynamicweb.Frontend
Assembly
Dynamicweb.dll

GoogleFontViewModel represents the rendering context used when an item is rendered.

public class GoogleFontViewModel : ViewModelBase
Inheritance
GoogleFontViewModel
Inherited Members

Properties

Family

Gets or sets the font family name.

public string Family { get; set; }

Property Value

string

File

Gets or sets the font's file link.

public string File { get; set; }

Property Value

string

Version

Gets or sets the font version.

public string Version { get; set; }

Property Value

string

Weight

Gets or sets the font's weight name.

public string Weight { get; set; }

Property Value

string

Methods

ToString()

Returns the font family name.

public override string ToString()

Returns

string

See Also

To top