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

Namespace: Ico.WPF.Specialized.DataGridControl
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

See Also