FrameworkElementExtensions.SetActualHeight(FrameworkElement, Double) Method

Definition

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

public static void SetActualHeight (Windows.UI.Xaml.FrameworkElement obj, double value);
static member SetActualHeight : Windows.UI.Xaml.FrameworkElement * double -> unit
Public Sub SetActualHeight (obj As FrameworkElement, value As Double)

Parameters

obj
Windows.UI.Xaml.FrameworkElement

The Windows.UI.Xaml.FrameworkElement to associate the Double with

value
Double

The Double for binding to the Windows.UI.Xaml.FrameworkElement

Applies to