Gets or sets the weight or thickness of the specified font.

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

Syntax

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

See Also