Setter for FontHeight property.

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

Syntax

C#
public static void SetFontHeight(
	DependencyObject element,
	double value
)
Visual Basic
Public Shared Sub SetFontHeight ( _
	element As DependencyObject, _
	value As Double _
)
JScript
public static function SetFontHeight(
	element : DependencyObject, 
	value : double
)

Parameters

element
Type: System.Windows..::..DependencyObject
value
Type: System..::..Double

See Also