Wimark.Controls Class Library  

DataGridViewStyle.Font Property

Gets or sets the font applied to the textual content of a DataGridView cell or header.

[Visual Basic]
Public Property Font As Font 
[C#]
public Font Font {get; set;}
[C++]
public: __property Font* get_Font();
public: __property void set_Font(Font*);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewStyle Class | DataGridViewStyle Members | Wimark.Controls Namespace | DataGridView