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#
public Font DefaultFont { get; }
Visual Basic
Public ReadOnly Property DefaultFont As Font
	Get
Visual C++
public:
virtual property Font^ DefaultFont {
	Font^ get () sealed;
}
F#
abstract DefaultFont : Font with get
override DefaultFont : Font with get

Property Value

Type: Font
The default font.

Implements

IRender..::..DefaultFont

See Also