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