NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FontFamily.GenericSerif

Gets a generic Serif FontFamily.

[Visual Basic]
Public ReadOnly Property GenericSerif As FontFamily
[C#]
public FontFamily GenericSerif {get;}
[C++]
public: __property FontFamily* get_GenericSerif();
[JScript]
public function get GenericSerif() : FontFamily;

Property Value

A FontFamily that represents a generic Serif font.

See Also

FontFamily Class | FontFamily Members | System.Drawing Namespace | GenericFontFamilies