Gets or sets the font to draw text in the column captions.

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

Syntax

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

Property Value

Type: Font
The column caption font.

See Also