Getter for FontSize 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 double GetFontSize(
	DependencyObject element
)
Visual Basic
Public Shared Function GetFontSize ( _
	element As DependencyObject _
) As Double
JScript
public static function GetFontSize(
	element : DependencyObject
) : double

Parameters

element
Type: System.Windows..::..DependencyObject

See Also