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
File
Gets or sets the font's file link.
public string File { get; set; }
Property Value
Version
Gets or sets the font version.
public string Version { get; set; }
Property Value
Weight
Gets or sets the font's weight name.
public string Weight { get; set; }
Property Value
Methods
ToString()
Returns the font family name.
public override string ToString()