Edit

Share via


VisualExtensions.SetAnchorPoint(DependencyObject, String) Method

Definition

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

public static void SetAnchorPoint (Windows.UI.Xaml.DependencyObject obj, string value);
static member SetAnchorPoint : Windows.UI.Xaml.DependencyObject * string -> unit
Public Sub SetAnchorPoint (obj As DependencyObject, value As String)

Parameters

obj
Windows.UI.Xaml.DependencyObject

The Windows.UI.Xaml.UIElement

value
String

The string representation of the Vector2 to be set

Applies to