Specifies the name of the default font used to render text for the Cursor Tooltip

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

Syntax

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

See Also