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