In This Topic
Defines the font family used to display text nodes. Default used is Helvetica.
Syntax
'Declaration
Public Shadows Property FontFamily As FontFamily
public new FontFamily FontFamily {get; set;}
public read-write property FontFamily: FontFamily;
public hide function get,set FontFamily : FontFamily
public: __property new FontFamily* get_FontFamily();
public: __property new void set_FontFamily(
FontFamily* value
);
public:
new property FontFamily^ FontFamily {
FontFamily^ get();
void set ( FontFamily^ value);
}
See Also