FrameworkElementExtensions.GetEnableActualSizeBinding 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 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