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
See Also

File

Gets or sets the font's file link.
public string File { get; set; }

Property Value

string
See Also

Version

Gets or sets the font version.
public string Version { get; set; }

Property Value

string
See Also

Weight

Gets or sets the font's weight name.
public string Weight { get; set; }

Property Value

string
See Also

Methods

ToString()

Returns the font family name.
public override string ToString()

Returns

string
See Also

See Also

To top