Edit

Share via


VisualExtensions.GetAnchorPoint(DependencyObject) Method

Definition

Gets the Windows.UI.Composition.Visual.AnchorPoint of a UIElement in a string form

public static string GetAnchorPoint (Windows.UI.Xaml.DependencyObject obj);
static member GetAnchorPoint : Windows.UI.Xaml.DependencyObject -> string
Public Function GetAnchorPoint (obj As DependencyObject) As String

Parameters

obj
Windows.UI.Xaml.DependencyObject

The Windows.UI.Xaml.UIElement

Returns

A Vector2 string representation of the Windows.UI.Composition.Visual.AnchorPoint

Applies to