In This Topic
A value that indicates the font of the chart style.
Syntax
'Declaration
Public Property Font As System.String
'Usage
Dim instance As SVGStyle
Dim value As System.String
instance.Font = value
value = instance.Font
public System.string Font {get; set;}
public read-write property Font: System.String;
public function get,set Font : System.String
public: __property System.string* get_Font();
public: __property void set_Font(
System.string* value
);
public:
property System.String^ Font {
System.String^ get();
void set ( System.String^ value);
}
See Also