FrameworkElementExtensions.GetActualHeight(FrameworkElement) Method

Definition

Gets the Double for the Windows.UI.Xaml.FrameworkElement.ActualHeight

public static double GetActualHeight (Windows.UI.Xaml.FrameworkElement obj);
static member GetActualHeight : Windows.UI.Xaml.FrameworkElement -> double
Public Function GetActualHeight (obj As FrameworkElement) As Double

Parameters

obj
Windows.UI.Xaml.FrameworkElement

The Windows.UI.Xaml.FrameworkElement to get the associated Double from

Returns

The Double associated with the Windows.UI.Xaml.FrameworkElement

Applies to