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.GenericSansSerif

Gets a generic SansSerif FontFamily.

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

Property Value

A FontFamily that represents a generic SansSerif font.

See Also

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