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!

ListItem.ItemFont

The font that this item will be displayed in. If its value is null, it will be displayed using the global font for the ListView control that hosts it.

[Visual Basic]
Public Property ItemFont As Font
[C#]
public Font ItemFont {get; set;}
[C++]
public: __property Font* get_ItemFont();
public: __property void set_ItemFont(Font*);
[JScript]
public function get ItemFont() : Font;
public function set ItemFont(Font);

See Also

ListItem Class | ListItem Members | System.WinForms Namespace