FrameworkElementExtensions.GetEnableActualSizeBinding Method

Definition

Gets the Boolean that enables/disables actual size binding update.

public static bool GetEnableActualSizeBinding (Windows.UI.Xaml.FrameworkElement obj);
static member GetEnableActualSizeBinding : Windows.UI.Xaml.FrameworkElement -> bool
Public Function GetEnableActualSizeBinding (obj As FrameworkElement) As Boolean

Parameters

obj
Windows.UI.Xaml.FrameworkElement

The Windows.UI.Xaml.FrameworkElement to get the associated Boolean from

Returns

The Boolean associated with the Windows.UI.Xaml.FrameworkElement

Applies to