ComponentOne ASP.NET MVC Controls
FontFamily Property (SVGStyle)

C1.Web.Mvc Namespace > SVGStyle Class : FontFamily Property
A value that indicates the font family of the SVG element.
Syntax
'Declaration
 
<JsonAttribute(Order=-1, 
   SkipIfDefault=, 
   PropertyName="font-family", 
   Name="font-family")>
Public Property FontFamily As String
[Json(Order=-1, 
   SkipIfDefault=, 
   PropertyName="font-family", 
   Name="font-family")]
public string FontFamily {get; set;}
See Also

Reference

SVGStyle Class
SVGStyle Members