FrameworkElementExtensions.GetActualWidth(FrameworkElement) Method

Definition

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

public static double GetActualWidth (Windows.UI.Xaml.FrameworkElement obj);
static member GetActualWidth : Windows.UI.Xaml.FrameworkElement -> double
Public Function GetActualWidth (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