Specifies degree to which a font is condensed or expanded on the screen.

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

Syntax

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

See Also