FontFamily Property (SVGStyle)
In This Topic
A value that indicates the font family of the SVG element.
Syntax
'Declaration
<JsonAttribute("font-family")>
Public Property FontFamily As String
[Json("font-family")]
public string FontFamily {get; set;}
See Also