| GoogleFontAttribute Constructor (String, String, String) |
Namespace:
Dynamicweb.Content.Items.Annotations
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public GoogleFontAttribute(
string name,
string defaultFontName,
string defaultFontWeight
)
Public Sub New (
name As String,
defaultFontName As String,
defaultFontWeight As String
)
Parameters
- name
- Type: SystemString
- defaultFontName
- Type: SystemString
- defaultFontWeight
- Type: SystemString
See Also