Gets the default font to paint text in Cells and Columns.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
Font DefaultFont { get; }
Visual Basic
ReadOnly Property DefaultFont As Font
	Get
Visual C++
property Font^ DefaultFont {
	Font^ get ();
}
F#
abstract DefaultFont : Font with get

Property Value

Type: Font
The default font.

See Also