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!

DrawItemEventArgs.Font

A suggested font, usually the parent control's Font property.

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

See Also

DrawItemEventArgs Class | DrawItemEventArgs Members | System.WinForms Namespace