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

Returns an array that contains all of the FontFamily objects associated with the current graphics context.

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

Property Value

An array of FontFamily objects associated with the current graphics context.

See Also

FontFamily Class | FontFamily Members | System.Drawing Namespace