FrameworkElementExtensions.GetActualWidth(FrameworkElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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