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