Gets or sets the font to display the title.

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

Syntax

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

Property Value

Type: Font
The title font.

See Also