FrameworkElementExtensions.SetActualWidth(FrameworkElement, Double) Method

Definition

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

public static void SetActualWidth (Windows.UI.Xaml.FrameworkElement obj, double value);
static member SetActualWidth : Windows.UI.Xaml.FrameworkElement * double -> unit
Public Sub SetActualWidth (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