FrameworkElementExtensions.SetActualWidth(FrameworkElement, Double) 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.
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