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

Gets a generic monospace FontFamily.

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

Property Value

A FontFamily that represents a generic monospace font.

See Also

FontFamily Class | FontFamily Members | System.Drawing Namespace