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 System.String
'Usage
Dim instance As SVGStyle
Dim value As System.String
instance.FontWeight = value
value = instance.FontWeight
[Json("font-weight")]
public System.string FontWeight {get; set;}
public read-write property FontWeight: System.String;
JsonAttribute("font-weight")
public function get,set FontWeight : System.String
[Json("font-weight")]
public: __property System.string* get_FontWeight();
public: __property void set_FontWeight(
System.string* value
);
[Json("font-weight")]
public:
property System.String^ FontWeight {
System.String^ get();
void set ( System.String^ value);
}
See Also