Specifies the name of the default font used to render text for the title

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public FontFamily TitleFontFamily { get; set; }
Visual Basic
Public Property TitleFontFamily As FontFamily
	Get
	Set
JScript
function get TitleFontFamily () : FontFamily
function set TitleFontFamily (value : FontFamily)

See Also