ComponentOne ASP.NET MVC Controls
FontWeight Property (SVGStyle)

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

Reference

SVGStyle Class
SVGStyle Members