FrameworkElementExtensions.SetEnableActualSizeBinding Method

Definition

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

public static void SetEnableActualSizeBinding (Windows.UI.Xaml.FrameworkElement obj, bool value);
static member SetEnableActualSizeBinding : Windows.UI.Xaml.FrameworkElement * bool -> unit
Public Sub SetEnableActualSizeBinding (obj As FrameworkElement, value As Boolean)

Parameters

obj
Windows.UI.Xaml.FrameworkElement

The Windows.UI.Xaml.FrameworkElement to associate the Boolean with

value
Boolean

The Boolean for binding to the Windows.UI.Xaml.FrameworkElement

Applies to