Connected.SetAnchorElement(DependencyObject, UIElement) 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 Windows.UI.Xaml.UIElement that is the anchor for the coordinated connected animation
public static void SetAnchorElement (Windows.UI.Xaml.DependencyObject obj, Windows.UI.Xaml.UIElement value);
static member SetAnchorElement : Windows.UI.Xaml.DependencyObject * Windows.UI.Xaml.UIElement -> unit
Public Sub SetAnchorElement (obj As DependencyObject, value As UIElement)
Parameters
- obj
- Windows.UI.Xaml.DependencyObject
The Windows.UI.Xaml.UIElement that will follow the anchor element
- value
- Windows.UI.Xaml.UIElement
The Windows.UI.Xaml.UIElement that should be followed