Specifies the name of the font used to render text.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCoreCommands (in GwxRuntimeCoreCommands.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

See Also