[Missing <summary> documentation for "P:Ntreev.Windows.Forms.Grid.Design.Style.CellFont"]

Namespace: Ntreev.Windows.Forms.Grid.Design
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
public Font CellFont { get; set; }
Visual Basic
Public Property CellFont As Font
	Get
	Set
Visual C++
public:
property Font^ CellFont {
	Font^ get ();
	void set (Font^ value);
}

See Also